Fix typo in Group.pm where www_manageUsersInGroup wasn't working.
Add a feature to the Help where the user's UI Level is checked and only fields that he can see are displayed. A URL is provided to override the UI. Article help is updated to work with UI level display.
This commit is contained in:
parent
73dcd7729a
commit
659b164a42
4 changed files with 33 additions and 8 deletions
|
|
@ -247,6 +247,21 @@ our $I18N = {
|
|||
lastUpdated => 1033832377
|
||||
},
|
||||
|
||||
'show all fields' => {
|
||||
message => q|Show all fields|,
|
||||
lastUpdated => 1141184463
|
||||
},
|
||||
|
||||
'show my fields' => {
|
||||
message => q|Show fields my UI level allows|,
|
||||
lastUpdated => 1141184463
|
||||
},
|
||||
|
||||
'739' => {
|
||||
message => q|UI Level|,
|
||||
lastUpdated => 1033832377
|
||||
},
|
||||
|
||||
'992' => {
|
||||
message => q|Title|,
|
||||
lastUpdated => 1056151382
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue