mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-21 19:04:44 -05:00
User permissions were handled by a group of BooleanFields but introducing the new checkboxes changed this to just one field that stores its data in a list. It was mentioned in a comment that there could be a situation, when the instances roll, where clients are using the old fields but POSTing to a server running the new code. https://github.com/alphagov/notifications-admin/pull/3535#discussion_r460872903 This introduces tests for that situation.