Allow n:n links to link several times to the same remote object (if "duplicates)=> true in the linkedset definition)

SVN:trunk[917]
This commit is contained in:
Denis Flaven
2010-10-22 10:45:12 +00:00
parent 368ea1cfdb
commit 463bc0873b
4 changed files with 16 additions and 8 deletions

View File

@@ -1078,7 +1078,7 @@ EOF
case 'LinkedSet':
$aEventsList[] ='change';
$oWidget = new UILinksWidget($sClass, $sAttCode, $iId, $sNameSuffix);
$oWidget = new UILinksWidget($sClass, $sAttCode, $iId, $sNameSuffix, $oAttDef->DuplicatesAllowed());
$sHTMLValue = $oWidget->Display($oPage, $value);
break;