SEBSERV-437
This commit is contained in:
parent
c227f13480
commit
47e0cafa65
1 changed files with 2 additions and 2 deletions
|
@ -386,7 +386,7 @@ public class ExamTemplateForm implements TemplateComposer {
|
||||||
.newAction(ActionDefinition.CLIENT_GROUP_TEMPLATE_MODIFY_FROM_LIST)
|
.newAction(ActionDefinition.CLIENT_GROUP_TEMPLATE_MODIFY_FROM_LIST)
|
||||||
.withParentEntityKey(entityKey)
|
.withParentEntityKey(entityKey)
|
||||||
.withSelect(
|
.withSelect(
|
||||||
indicatorTable::getMultiSelection,
|
clientGroupTable::getMultiSelection,
|
||||||
PageAction::applySingleSelectionAsEntityKey,
|
PageAction::applySingleSelectionAsEntityKey,
|
||||||
CLIENT_GROUP_EMPTY_SELECTION_TEXT_KEY)
|
CLIENT_GROUP_EMPTY_SELECTION_TEXT_KEY)
|
||||||
.publishIf(() -> userGrantCheck.m() && clientGroupTable.hasAnyContent(), false)
|
.publishIf(() -> userGrantCheck.m() && clientGroupTable.hasAnyContent(), false)
|
||||||
|
@ -394,7 +394,7 @@ public class ExamTemplateForm implements TemplateComposer {
|
||||||
.newAction(ActionDefinition.CLIENT_GROUP_TEMPLATE_DELETE_FROM_LIST)
|
.newAction(ActionDefinition.CLIENT_GROUP_TEMPLATE_DELETE_FROM_LIST)
|
||||||
.withEntityKey(entityKey)
|
.withEntityKey(entityKey)
|
||||||
.withSelect(
|
.withSelect(
|
||||||
indicatorTable::getMultiSelection,
|
clientGroupTable::getMultiSelection,
|
||||||
this::deleteSelectedClientGroup,
|
this::deleteSelectedClientGroup,
|
||||||
CLIENT_GROUP_EMPTY_SELECTION_TEXT_KEY)
|
CLIENT_GROUP_EMPTY_SELECTION_TEXT_KEY)
|
||||||
.publishIf(() -> userGrantCheck.m() && clientGroupTable.hasAnyContent(), false)
|
.publishIf(() -> userGrantCheck.m() && clientGroupTable.hasAnyContent(), false)
|
||||||
|
|
Loading…
Reference in a new issue