fix row actions

This commit is contained in:
yuri
2018-04-26 11:50:27 +03:00
parent 594a111bc3
commit c152dbf4bf
@@ -35,9 +35,9 @@ Espo.define('views/record/row-actions/relationship-view-and-edit', 'views/record
action: 'quickView',
label: 'View',
data: {
id: this.model.id,
link: '#' + this.model.name + '/view/' + this.model.id
}
id: this.model.id
},
link: '#' + this.model.name + '/view/' + this.model.id
}];
if (this.options.acl.edit) {
list.push({