mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
Fix
This commit is contained in:
@@ -769,14 +769,15 @@ class RelationshipPanelView extends BottomPanelView {
|
||||
entityType: scope,
|
||||
id: id,
|
||||
model: model,
|
||||
})
|
||||
.then(view => {
|
||||
// @todo Move to afterSave?
|
||||
this.listenTo(view, 'after:save', () => {
|
||||
afterSave: model => {
|
||||
if (!model) {
|
||||
return;
|
||||
}
|
||||
|
||||
this.collection.fetch();
|
||||
|
||||
this.processSyncBack();
|
||||
});
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user