📝 add comment on prefill API call

This commit is contained in:
Pierre Goiffon
2019-08-08 09:44:17 +02:00
parent a32bdf3f2f
commit 4d78b7ca13

View File

@@ -821,6 +821,7 @@ EOF
'default' => utils::ReadParam('default', array(), '', 'raw_data'),
'origin' => 'console'
);
// 3rd - prefill API
$oObjToClone->PrefillForm('creation_from_0',$aPrefillFormParam);
cmdbAbstractObject::DisplayCreationForm($oP, $sRealClass, $oObjToClone, array());