mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
N°4346 - Fix operator
This commit is contained in:
@@ -94,7 +94,7 @@ class AjaxRenderController
|
||||
|
||||
if (!$bExcludeRawValue) {
|
||||
$oRawValue = $aObject[$sAlias]->Get($sAttCode);
|
||||
if($oRawValue instanceof AttributeTagSet or $oRawValue instanceof ormSet ){
|
||||
if(($oRawValue instanceof AttributeTagSet) || ($oRawValue instanceof ormSet)){
|
||||
$aObj[$sAlias."/".$sAttCode."/raw"] = implode(", ", $oRawValue->GetValues());
|
||||
} else {
|
||||
$aObj[$sAlias."/".$sAttCode."/raw"] = $oRawValue;
|
||||
|
||||
Reference in New Issue
Block a user