Merge pull request #996 from ariponce/patch-1
Fix relation controller JS issue on Chrome
This commit is contained in:
commit
66508a2771
|
|
@ -943,7 +943,7 @@ class RelationController extends ControllerBehavior
|
|||
$config->showCheckboxes = $this->getConfig('view[showCheckboxes]', !$this->readOnly);
|
||||
|
||||
$defaultOnClick = sprintf(
|
||||
"$.oc.relationBehavior.clickViewListRecord(:id, '%s', '%s')",
|
||||
"$.oc.relationBehavior.clickViewListRecord(':id', '%s', '%s')",
|
||||
$this->field,
|
||||
$this->relationGetSessionKey()
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue