diff --git a/modules/backend/behaviors/RelationController.php b/modules/backend/behaviors/RelationController.php index 3af39e8a8..92a1bc9dd 100644 --- a/modules/backend/behaviors/RelationController.php +++ b/modules/backend/behaviors/RelationController.php @@ -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() );