Merge branch 'master' of https://github.com/espocrm/espocrm
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user