mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 03:13:42 -05:00
The checkboxes component that lets you choose which users have permission to see the folder is currently using the noun of 'folder' in the summary it generates. This is because this page users the TemplateFolderForm class, which defaults the permissions to 'folder'. This updates the field_label attribute, used by the code that generates the summary, to 'user' to match the type of permission.