Fixes attachments list not reloading when using sequence edition.
This commit is contained in:
parent
6498b0a5cb
commit
86f56773e1
|
@ -1661,7 +1661,7 @@ export default {
|
|||
this.loadMetadata();
|
||||
this.setLastUpdated(this.item.modification_date);
|
||||
|
||||
this.shouldLoadAttachments = true;
|
||||
this.shouldLoadAttachments = !this.shouldLoadAttachments;
|
||||
|
||||
// Initializes Media Frames now that itemId and item.document exists
|
||||
this.initializeMediaFrames();
|
||||
|
|
Loading…
Reference in New Issue