mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-18 16:18:47 +02:00
Portal: enable adding dependent attributes in the request creation form -reintegrated from trunk
SVN:1.2.1[2275]
This commit is contained in:
@@ -290,7 +290,7 @@ function RequestCreationForm($oP, $oUserOrg)
|
||||
$oP->add("</div>\n");
|
||||
$iFieldsCount = count($aFieldsMap);
|
||||
$sJsonFieldsMap = json_encode($aFieldsMap);
|
||||
$oP->add_ready_script(
|
||||
$oP->add_script(
|
||||
<<<EOF
|
||||
// Create the object once at the beginning of the page... no state specified => new
|
||||
var oWizardHelper = new WizardHelper('UserRequest', '');
|
||||
|
||||
Reference in New Issue
Block a user