Merge branch 'master' into develop
This commit is contained in:
commit
6e827b4c8c
|
|
@ -414,7 +414,7 @@ class RelationController extends ControllerBehavior
|
||||||
*/
|
*/
|
||||||
protected function findExistingRelationIds($checkIds = null)
|
protected function findExistingRelationIds($checkIds = null)
|
||||||
{
|
{
|
||||||
$foreignKeyName = $this->relationModel->getKeyName();
|
$foreignKeyName = $this->relationModel->table . '.' . $this->relationModel->getKeyName();
|
||||||
|
|
||||||
$results = $this->relationObject
|
$results = $this->relationObject
|
||||||
->getBaseQuery()
|
->getBaseQuery()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue