You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the admin, go to the Users > Admin Accounts and click the "Add New Admin" button.
Fill out a username and select a group for the admin to belong to.
Click Save.
In Chrome and Safari this appears to work as intended. However, in Firefox the save will fail with a validation error claiming that you haven't checked anything for groups:
Groups: must belong to at least one group or be a superuser
It does look like these form submissions from Firefox are somehow getting submitted with an empty group_ids array despite the checkboxes being checked.
This has been seen under Firefox 40.0 (Linux) and Firefox 38.2 (Mac).
When we figure out what's going on, we should ensure this isn't also an issue in Internet Explorer, and also verify that this isn't more widespread to to some of our other admin forms that use checkboxes.
The text was updated successfully, but these errors were encountered:
We actually had test coverage that would have caught this issue, but since our test suite only executes in webkit, we missed this firefox issue. I opened a separate issue for us to get our integration test suite running in other real browsers, like Firefox: #272
Oh, and I also did some additional testing in IE11, and things appear to be working fine there. I'm also pretty sure this bug was isolated to just the checkboxes in a couple lists of checkbox in the admins form and admin groups form. Other checkboxes don't look like they were affected.
In Chrome and Safari this appears to work as intended. However, in Firefox the save will fail with a validation error claiming that you haven't checked anything for groups:
It does look like these form submissions from Firefox are somehow getting submitted with an empty
group_ids
array despite the checkboxes being checked.This has been seen under Firefox 40.0 (Linux) and Firefox 38.2 (Mac).
When we figure out what's going on, we should ensure this isn't also an issue in Internet Explorer, and also verify that this isn't more widespread to to some of our other admin forms that use checkboxes.
The text was updated successfully, but these errors were encountered: