mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-14 00:26:21 +00:00
Fix: enforce object permissions for app config (#5516)
This commit is contained in:
@@ -260,6 +260,10 @@ describe('PermissionsService', () => {
|
||||
'view_customfield',
|
||||
'change_customfield',
|
||||
'delete_customfield',
|
||||
'add_applicationconfiguration',
|
||||
'change_applicationconfiguration',
|
||||
'delete_applicationconfiguration',
|
||||
'view_applicationconfiguration',
|
||||
],
|
||||
{
|
||||
username: 'testuser',
|
||||
|
Reference in New Issue
Block a user