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)
|
||||
.withEntityKey(entityKey)
|
||||
.withExec(action -> this.testAdHoc(action, formHandle))
|
||||
.noEventPropagation()
|
||||
.ignoreMoveAwayFromEdit()
|
||||
.publishIf(() -> !readonly && !isNew.getAsBoolean())
|
||||
|
||||
|
|
Loading…
Reference in a new issue