Refs #1727 - Tabs to spaces
This commit is contained in:
parent
7d3a73cd31
commit
e0fc27b0cb
|
|
@ -689,7 +689,7 @@ class RelationController extends ControllerBehavior
|
|||
$config->showCheckboxes = false;
|
||||
$config->recordOnClick = sprintf(
|
||||
"$.oc.relationBehavior.clickManageListRecord(:%s, '%s', '%s')",
|
||||
$this->relationModel->getKeyName(),
|
||||
$this->relationModel->getKeyName(),
|
||||
$this->field,
|
||||
$this->relationGetSessionKey()
|
||||
);
|
||||
|
|
@ -700,7 +700,7 @@ class RelationController extends ControllerBehavior
|
|||
elseif ($isPivot) {
|
||||
$config->recordOnClick = sprintf(
|
||||
"$.oc.relationBehavior.clickManagePivotListRecord(:%s, '%s', '%s')",
|
||||
$this->relationModel->getKeyName(),
|
||||
$this->relationModel->getKeyName(),
|
||||
$this->field,
|
||||
$this->relationGetSessionKey()
|
||||
);
|
||||
|
|
@ -1432,5 +1432,4 @@ class RelationController extends ControllerBehavior
|
|||
|
||||
return $this->makeConfig($config);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue