Added notifications toggle to user groups (#10450)

* Added notifications toggle

* Review: Update DatabaseDataCreator.cs

Co-authored-by: Ronald Barendse <ronald@barend.se>

* Added migration

* Fix new file was excluded

* adapt DB  migration

Co-authored-by: Ronald Barendse <ronald@barend.se>
Co-authored-by: Michael <michael@crossingpaths.be>
This commit is contained in:
Nikolaj Brask-Nielsen
2021-12-05 13:27:15 +01:00
committed by GitHub
parent b86505d8f2
commit 4c6d4b9326
10 changed files with 52 additions and 10 deletions

View File

@@ -85,6 +85,7 @@
<key alias="translate">Tillad adgang til at oversætte en node</key>
<key alias="update">Tillad adgang til at gemme en node</key>
<key alias="createblueprint">Tillad adgang til at oprette en indholdsskabelon</key>
<key alias="notify">Tillad adgang til at oprette notificeringer for noder</key>
</area>
<area alias="apps">
<key alias="umbContent">Indhold</key>

View File

@@ -82,6 +82,7 @@
<key alias="translate">Allow access to translate a node</key>
<key alias="update">Allow access to save a node</key>
<key alias="createblueprint">Allow access to create a Content Template</key>
<key alias="notify">Allow access to setup notifications for content nodes</key>
</area>
<area alias="apps">
<key alias="umbContent">Content</key>

View File

@@ -83,6 +83,7 @@
<key alias="translate">Allow access to translate a node</key>
<key alias="update">Allow access to save a node</key>
<key alias="createblueprint">Allow access to create a Content Template</key>
<key alias="notify">Allow access to setup notifications for content nodes</key>
</area>
<area alias="apps">
<key alias="umbContent">Content</key>