selectionTogglePublished: fix typo which caused it to mark articles instead

master
Andrew Dolgov 6 years ago
parent dee210e546
commit 8393096947

@ -750,7 +750,7 @@ define(["dojo/_base/declare"], function (declare) {
}
ids.each((id) => {
this.toggleMark(id);
this.togglePub(id);
});
},
toggleMark: function (id) {

Loading…
Cancel
Save