This commit is contained in:
Yuri Kuznetsov
2022-10-04 09:40:39 +03:00
+4 -1
View File
@@ -188,7 +188,10 @@ define('views/modals/detail', ['views/modal', 'helpers/action-item-setup'], func
this.trigger('model-sync');
});
this.listenToOnce(this.model, 'sync', () => this.createRecordView());
this.listenToOnce(this.model, 'sync', () => {
this.setupActionItems();
this.createRecordView();
});
this.model.fetch();