In der Klasse ccm-cms/src/com/arsdigita/cms/ui/workflow/TaskAddRole.java die FormProcessException in der Zeile 144 umgebaut.

git-svn-id: https://svn.libreccm.org/ccm/trunk@3187 8810af33-2d31-482b-a856-94f89814c4df
master
tosmers 2015-02-15 16:18:52 +00:00
parent da58216124
commit 2b4b09fc08
1 changed files with 2 additions and 1 deletions

View File

@ -141,7 +141,8 @@ class TaskAddRole extends CMSForm {
if (!sm.canAccess(state.getRequest(),
SecurityManager.WORKFLOW_ADMIN)) {
throw new FormProcessException(lz(("cms.ui.workflow.insufficient_privileges")));
throw new FormProcessException(GlobalizationUtil.globalize(
"cms.ui.workflow.insufficient_privileges"));
}
}