Files
notifications-admin/app
Tom Byers 830aeae7b8 Update permissions page
Includes adding filtering to the user permissions
data.

Classes extending BasePermissionsForm have their
user permissions handled by permissions_field
which stores its data in a list. This replaces the
previous approach of having a BooleanField for
each role.

Because permissions_field.data is taken directly
from POST data, it needs extra guarding against
values not present in whatever roles model the
class is based on (ie. broadcast_permissions).
2020-07-24 11:34:01 +01:00
..
2020-07-24 11:34:01 +01:00
2020-07-24 11:34:01 +01:00
2020-07-17 08:07:44 +01:00