mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 23:16:03 +00:00
fix
This commit is contained in:
@@ -352,7 +352,7 @@ class LinkMultipleWithRoleFieldView extends LinkMultipleFieldView {
|
||||
}
|
||||
|
||||
fetch() {
|
||||
let data = super.data();
|
||||
let data = super.fetch();
|
||||
|
||||
if (!this.skipRoles) {
|
||||
data[this.columnsName] = Espo.Utils.cloneDeep(this.columns);
|
||||
|
||||
Reference in New Issue
Block a user