Skip to content

Commit

Permalink
Merge pull request #118 from terrestris/add-user-permission-grid
Browse files Browse the repository at this point in the history
Add `UserPermissionGrid`
  • Loading branch information
dnlkoch authored Aug 18, 2022
2 parents 907dff4 + 5c30c0b commit d3799b1
Show file tree
Hide file tree
Showing 20 changed files with 906 additions and 117 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
extends: '@terrestris/eslint-config-typescript-react',
rules: {
'dot-notation': 'off',
'@typescript-eslint/member-ordering': 'off',
'object-property-newline': 'error',
'object-curly-newline': 'error'
Expand Down
7 changes: 7 additions & 0 deletions assets/formconfigs/application.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"labelTree": "Themenbaum",
"labelLayerConfig": "Layer-Konfiguration",
"labelToolConfig": "Werkzeug Konfiguration",
"labelUserPermissions": "Nutzerberechtigungen",
"titleId": "ID",
"titleName": "Name",
"titleEdit": "Zuletzt editiert am",
Expand All @@ -30,6 +31,7 @@
"labelTree": "Layertree",
"labelLayerConfig": "Layer configuration",
"labelToolConfig": "Configure Tools",
"labelUserPermissions": "User permissions",
"titleId": "ID",
"titleName": "Name",
"titleEdit": "Last edited on",
Expand Down Expand Up @@ -114,6 +116,11 @@
"fieldProps": {
"entityName": "DefaultApplicationToolConfig"
}
},
{
"component": "UserPermissionGrid",
"label": "#i18n.labelUserPermissions",
"fieldProps": {}
}
]
},
Expand Down
173 changes: 80 additions & 93 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d3799b1

Please sign in to comment.