SEBSERV-126 fix
This commit is contained in:
parent
dbb4689d6a
commit
a65c4356b8
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ public class LmsSetupList implements TemplateComposer {
|
|||
action -> LmsSetupForm.testLmsSetup(action, null, restService)),
|
||||
EMPTY_SELECTION_TEXT_KEY)
|
||||
.withConfirm(this.pageService.confirmDeactivation(table))
|
||||
.publishIf(() -> userGrant.im() && table.hasAnyContent(), false);
|
||||
.publishIf(() -> userGrant.iw() && table.hasAnyContent(), false);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue