selectionTogglePublished: fix typo which caused it to mark articles instead

This commit is contained in:
Andrew Dolgov 2018-12-18 11:49:26 +03:00
parent dee210e546
commit 8393096947
1 changed files with 1 additions and 1 deletions

View File

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