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
If React is enabled for the Form editor page via the General configuration, the Form admin page (/admin/forms/form/<form_id>) is editable for any user that is staff (even if these users do not have write permission)
Tested locally with a user that is staff and only has read permissions
Tasks
Add permission class(es) to API endpoints (form app related)
Write access (put/patch/post/delete) is ONLY given to staff users that have forms.change_form permission
Read access (get) to everything give to staff users that have form.change_form permission
Read access (get) to forms.form_LIST given to non-staff users that have forms.view_form permission
Read access (get) to forms.form_DETAIL given to anonymous users
Leave other app permissions as they are
The text was updated successfully, but these errors were encountered:
If React is enabled for the Form editor page via the
General configuration
, theForm
admin page (/admin/forms/form/<form_id>
) is editable for any user that is staff (even if these users do not have write permission)Tested locally with a user that is staff and only has read permissions
![image](https://user-images.githubusercontent.com/29249171/143605575-1f7dda89-b036-455c-b010-f393e68d7679.png)
Tasks
forms.change_form
permissionform.change_form
permissionforms.form_LIST
given to non-staff users that haveforms.view_form
permissionforms.form_DETAIL
given to anonymous usersThe text was updated successfully, but these errors were encountered: