User group: permissions grouping (#20584)
* clean up * localizations * group user permission by entity type * adjustments * fix lint errors * Support granular permissions without entity type Updated granular permission handling to allow permissions that are not tied to a specific entity type. Adjusted rendering logic and manifest interface to support undefined or empty forEntityTypes, and added UI for displaying ungrouped granular permissions. * revert for now --------- Co-authored-by: Mads Rasmussen <madsr@hey.com> Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export default {
|
||||
user: {
|
||||
// eslint-disable-next-line @typescript-eslint/naming-convention
|
||||
permissionsEntityGroup_dictionary: 'Dictionary',
|
||||
permissionsEntityGroup_dictionary: 'Dictionary permissions',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user