diff --git a/client/src/views/record/row-actions/relationship-view-and-edit.js b/client/src/views/record/row-actions/relationship-view-and-edit.js index c7e33f1d4f..490fb95451 100644 --- a/client/src/views/record/row-actions/relationship-view-and-edit.js +++ b/client/src/views/record/row-actions/relationship-view-and-edit.js @@ -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({