- Enhanced the display and modification/creation of objects in order to be able to get rid of templates... (Trac#138)

SVN:trunk[463]
This commit is contained in:
Denis Flaven
2010-06-14 15:49:35 +00:00
parent c439ff2f46
commit 21bea2e7c3
5 changed files with 179 additions and 48 deletions

View File

@@ -94,7 +94,7 @@ switch($operation)
$sJson = utils::ReadParam('json_obj', '', 'post');
$oWizardHelper = WizardHelper::FromJSON($sJson);
$oObj = $oWizardHelper->GetTargetObject();
$oObj->DisplayBareDetails($oPage);
$oObj->DisplayBareProperties($oPage);
break;
case 'wizard_helper':