mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-23 01:02:16 +02:00
#162 Implemented the non interactive bulk load (REST, CLI not implemented)
SVN:trunk[818]
This commit is contained in:
@@ -71,7 +71,7 @@ abstract class CellChangeSpec
|
||||
|
||||
public function GetOql()
|
||||
{
|
||||
return $this->m_proposedValue;
|
||||
return $this->m_sOql;
|
||||
}
|
||||
|
||||
abstract public function GetDescription();
|
||||
@@ -289,7 +289,7 @@ class BulkChange
|
||||
break;
|
||||
default:
|
||||
$aErrors[$sAttCode] = "Found ".$oExtObjects->Count()." matches";
|
||||
$aResults[$sAttCode]= new CellStatus_Ambiguous($oTargetObj->Get($sAttCode), $oExtObjects->Count(), $oExtObjects->ToOql());
|
||||
$aResults[$sAttCode]= new CellStatus_Ambiguous($oTargetObj->Get($sAttCode), $oExtObjects->Count(), $oReconFilter->ToOql());
|
||||
}
|
||||
|
||||
// Report
|
||||
|
||||
Reference in New Issue
Block a user