SEBSERV-126 fix

This commit is contained in:
anhefti 2020-05-06 12:08:40 +02:00
parent dbb4689d6a
commit a65c4356b8

View file

@ -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);
}