fix row actions
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user