Skip to content

Commit ed0b236

Browse files
authored
Resets send to approval dialog on close such that when re-opening the selection and operation can still be triggered. (#17956)
1 parent 92e535a commit ed0b236

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Umbraco.Web.UI.Client/src/views/content/overlays/sendtopublish.controller.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
$scope.$on('$destroy', function () {
112112
vm.variants.forEach(variant => {
113113
variant.save = false;
114+
variant.publish = false;
114115
variant.notAllowed = false;
115116
});
116117
});

0 commit comments

Comments
 (0)