From c152dbf4bf7bb8d848c86a1fe7ee1b59df74848a Mon Sep 17 00:00:00 2001 From: yuri Date: Thu, 26 Apr 2018 11:50:27 +0300 Subject: [PATCH] fix row actions --- .../views/record/row-actions/relationship-view-and-edit.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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({