- Fxied the display (after modification) of n-n LinkedSets

SVN:trunk[553]
This commit is contained in:
Denis Flaven
2010-07-05 11:51:41 +00:00
parent 1247fda416
commit 7053bd7926
2 changed files with 3 additions and 2 deletions

View File

@@ -861,6 +861,7 @@ try
$oP->P(Dict::S('UI:ObjectDoesNotExist'));
}
}
$oObj = MetaModel::GetObject(get_class($oObj), $oObj->GetKey()); //Workaround: reload the object some that the linkedset are displayed properly
$oObj->DisplayDetails($oP);
break;