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->showCheckboxes = false;
|
||||||
$config->recordOnClick = sprintf(
|
$config->recordOnClick = sprintf(
|
||||||
"$.oc.relationBehavior.clickManageListRecord(:%s, '%s', '%s')",
|
"$.oc.relationBehavior.clickManageListRecord(:%s, '%s', '%s')",
|
||||||
$this->relationModel->getKeyName(),
|
$this->relationModel->getKeyName(),
|
||||||
$this->field,
|
$this->field,
|
||||||
$this->relationGetSessionKey()
|
$this->relationGetSessionKey()
|
||||||
);
|
);
|
||||||
|
|
@ -700,7 +700,7 @@ class RelationController extends ControllerBehavior
|
||||||
elseif ($isPivot) {
|
elseif ($isPivot) {
|
||||||
$config->recordOnClick = sprintf(
|
$config->recordOnClick = sprintf(
|
||||||
"$.oc.relationBehavior.clickManagePivotListRecord(:%s, '%s', '%s')",
|
"$.oc.relationBehavior.clickManagePivotListRecord(:%s, '%s', '%s')",
|
||||||
$this->relationModel->getKeyName(),
|
$this->relationModel->getKeyName(),
|
||||||
$this->field,
|
$this->field,
|
||||||
$this->relationGetSessionKey()
|
$this->relationGetSessionKey()
|
||||||
);
|
);
|
||||||
|
|
@ -1432,5 +1432,4 @@ class RelationController extends ControllerBehavior
|
||||||
|
|
||||||
return $this->makeConfig($config);
|
return $this->makeConfig($config);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue