Make permission application/log configurable

refs #12655
This commit is contained in:
Alexander A. Klimov 2016-09-27 11:08:34 +02:00
parent 7ed3acbbd8
commit b3a3db6382
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@ class RoleForm extends ConfigForm
'application/stacktraces' => $this->translate(
'Allow to adjust in the preferences whether to show stacktraces'
) . ' (application/stacktraces)',
'application/log' => $this->translate('Allow to view the application log')
. ' (application/log)',
'config/*' => $this->translate('Allow config access') . ' (config/*)'
);