[MERGE]
Konflikt, da die Korrektur des globalize-Aufrufes aus Zeile 247, die ich am Montag noch nicht commitet hatte, mittlerweile schon geändert wurde... git-svn-id: https://svn.libreccm.org/ccm/trunk@3223 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
33a853a218
commit
c5c18e7e0a
|
|
@ -51,7 +51,7 @@ public class ResourceTypeConfig {
|
|||
private static final Logger s_log = Logger.getLogger
|
||||
(ResourceTypeConfig.class);
|
||||
|
||||
/**
|
||||
/**s
|
||||
* optionally set - prevents create/modify form being rendered unless user
|
||||
* has this privilege on the appropriate object (parent application in the
|
||||
* case of create, application in the case of modify
|
||||
|
|
@ -243,7 +243,7 @@ public class ResourceTypeConfig {
|
|||
PageState state = e.getPageState();
|
||||
|
||||
if (m_buttons.getCancelButton().isSelected(state)) {
|
||||
fireCompletionEvent(state);
|
||||
fireCompletionEvent(state)
|
||||
throw new FormProcessException(KernelGlobalizationUtil.globalize(
|
||||
"kernel.cancelled"));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue