Closed theotherplanb closed 3 years ago
In 1.7.8.pl1 public_html/layout/cms/admin/group/groupmembers.thtml, line 41, definition of Cancel button, we have type="submit".
At least on Chrome, this causes the form to be posted, even though there is on onclick script. This is spec behavior.
The result is that all non-root members are removed from the group, regardless of any edits entered before the click.
Changing the element to type="button" seems to correct the issue.
In 1.7.8.pl1 public_html/layout/cms/admin/group/groupmembers.thtml, line 41, definition of Cancel button, we have type="submit".
At least on Chrome, this causes the form to be posted, even though there is on onclick script. This is spec behavior.
The result is that all non-root members are removed from the group, regardless of any edits entered before the click.
Changing the element to type="button" seems to correct the issue.