allow uncheck of active variants in save/publish dialogs - often in split views you don't want to publish both languages

This commit is contained in:
Mads Rasmussen
2018-09-06 14:45:54 +02:00
parent dfeedf9819
commit 0d0179ecee
2 changed files with 0 additions and 2 deletions

View File

@@ -18,7 +18,6 @@
type="checkbox"
ng-model="variant.publish"
ng-change="vm.changeSelection(variant)"
ng-disabled="variant.active === true"
style="margin-right: 8px;"
val-server-field="{{variant.htmlId}}" />
<div>

View File

@@ -18,7 +18,6 @@
type="checkbox"
ng-model="variant.save"
ng-change="vm.changeSelection(variant)"
ng-disabled="variant.active === true"
style="margin-right: 8px;"
val-server-field="{{variant.htmlId}}" />
<div>