mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +02:00
N°1758 Fix read only attributes on bulk apply stimulus
(cherry picked from commit 7e3fceb7dc)
This commit is contained in:
committed by
Pierre Goiffon
parent
888aa5f958
commit
4508b9d7d5
@@ -1320,7 +1320,7 @@ EOF
|
|||||||
$oP->add_script(
|
$oP->add_script(
|
||||||
<<<EOF
|
<<<EOF
|
||||||
// Initializes the object once at the beginning of the page...
|
// Initializes the object once at the beginning of the page...
|
||||||
var oWizardHelper = new WizardHelper('$sClass', '', '$sTargetState');
|
var oWizardHelper = new WizardHelper('$sClass', '', '$sTargetState', '$sState', '$sStimulus');
|
||||||
oWizardHelper.SetFieldsMap($sJsonFieldsMap);
|
oWizardHelper.SetFieldsMap($sJsonFieldsMap);
|
||||||
oWizardHelper.SetFieldsCount($iFieldsCount);
|
oWizardHelper.SetFieldsCount($iFieldsCount);
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user