Fixes unecessary set after st_status on bulk edition.

This commit is contained in:
mateuswetah 2020-10-30 10:26:12 -03:00
parent 7b701cc96b
commit 8a8f9c6f7e
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@
}).then(() => {
this.finalizeProcedure(criterion);
});
} if(procedure.metadatum.id === 'comments'){
} else if (procedure.metadatum.id === 'comments') {
this.setCommentStatusInBulk({
collectionId: this.collectionId,
groupId: this.groupId,