Skip to content

Commit

Permalink
Update definition_News.php
Browse files Browse the repository at this point in the history
fix permission problems in news class ... localized fields wont show for non admin users
  • Loading branch information
frithjof authored and dvesh3 committed Dec 22, 2021
1 parent 3e26543 commit 63d83be
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions var/classes/definition_News.php
Original file line number Diff line number Diff line change
@@ -262,12 +262,8 @@
array (
),
'fieldDefinitionsCache' => NULL,
'permissionView' =>
array (
),
'permissionEdit' =>
array (
),
'permissionView' => NULL,
'permissionEdit' => NULL,
'tooltip' => '',
'mandatory' => false,
'noteditable' => false,

0 comments on commit 63d83be

Please sign in to comment.