minor fixes
This commit is contained in:
parent
d84ec117c1
commit
86720923c5
2 changed files with 2 additions and 0 deletions
|
@ -390,6 +390,7 @@ public class ExamForm implements TemplateComposer {
|
|||
.newAction(ActionDefinition.SEB_EXAM_CONFIG_GET_CONFIG_KEY)
|
||||
.withEntityKey(entityKey)
|
||||
.withExec(SebExamConfigPropForm.getConfigKeyFunction(this.pageService))
|
||||
.noEventPropagation()
|
||||
.publishIf(() -> userGrantCheck.r());
|
||||
;
|
||||
}
|
||||
|
|
|
@ -198,6 +198,7 @@ public class SebExamConfigPropForm implements TemplateComposer {
|
|||
.newAction(ActionDefinition.SEB_EXAM_CONFIG_GET_CONFIG_KEY)
|
||||
.withEntityKey(entityKey)
|
||||
.withExec(SebExamConfigPropForm.getConfigKeyFunction(this.pageService))
|
||||
.noEventPropagation()
|
||||
.publishIf(() -> readGrant && isReadonly)
|
||||
|
||||
.newAction(ActionDefinition.SEB_EXAM_CONFIG_SAVE)
|
||||
|
|
Loading…
Reference in a new issue