Resets send to approval dialog on close such that when re-opening the selection and operation can still be triggered. (#17956)
This commit is contained in:
@@ -111,6 +111,7 @@
|
||||
$scope.$on('$destroy', function () {
|
||||
vm.variants.forEach(variant => {
|
||||
variant.save = false;
|
||||
variant.publish = false;
|
||||
variant.notAllowed = false;
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user