Disabled edit elements / create Anrechnung in GUI if user has readonly access / no permission to create Anrechnung

This commit is contained in:
Cris
2022-02-22 16:26:33 +01:00
parent 9abc018e08
commit 339f82291c
8 changed files with 118 additions and 10 deletions
+21 -1
View File
@@ -13694,7 +13694,27 @@ array(
'insertvon' => 'system'
)
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'nurLeseberechtigung',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Nur Leseberechtigung",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Read-Only Access",
'description' => '',
'insertvon' => 'system'
)
)
)
);