fixed bug with ad hoc testing LMS Setup in edit view
This commit is contained in:
parent
d23357248e
commit
5f30aa9c2e
1 changed files with 1 additions and 0 deletions
|
@ -330,6 +330,7 @@ public class LmsSetupForm implements TemplateComposer {
|
||||||
.newAction(ActionDefinition.LMS_SETUP_TEST_EDIT)
|
.newAction(ActionDefinition.LMS_SETUP_TEST_EDIT)
|
||||||
.withEntityKey(entityKey)
|
.withEntityKey(entityKey)
|
||||||
.withExec(action -> this.testAdHoc(action, formHandle))
|
.withExec(action -> this.testAdHoc(action, formHandle))
|
||||||
|
.noEventPropagation()
|
||||||
.ignoreMoveAwayFromEdit()
|
.ignoreMoveAwayFromEdit()
|
||||||
.publishIf(() -> !readonly && !isNew.getAsBoolean())
|
.publishIf(() -> !readonly && !isNew.getAsBoolean())
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue