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)
|
||||
{
|
||||
$foreignKeyName = $this->relationModel->getKeyName();
|
||||
$foreignKeyName = $this->relationModel->table . '.' . $this->relationModel->getKeyName();
|
||||
|
||||
$results = $this->relationObject
|
||||
->getBaseQuery()
|
||||
|
|
@ -818,4 +818,4 @@ class RelationController extends ControllerBehavior
|
|||
return $this->sessionKey = FormHelper::getSessionKey();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -92,4 +92,4 @@ class DatePicker extends FormWidgetBase
|
|||
{
|
||||
return strlen($value) ? $value : null;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue