Fixes unecessary set after st_status on bulk edition.
This commit is contained in:
parent
7b701cc96b
commit
8a8f9c6f7e
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue