Support of derived classes in "add_remove" edition mode for AttributeLinkSet fields (the search form was not refreshing / loading properly when toggling the class to search for).

SVN:trunk[3822]
This commit is contained in:
Denis Flaven
2015-11-20 14:16:07 +00:00
parent 07e4b18d06
commit 9687e9985e
3 changed files with 7 additions and 3 deletions

View File

@@ -294,7 +294,7 @@ class UILinksWidgetDirect
$valuesDef = $oLinksetDef->GetValuesDef();
if ($valuesDef === null)
{
$oFilter = new DBObjectSearch($this->sLinkedClass);
$oFilter = new DBObjectSearch($sRemoteClass);
}
else
{