N°1758 Fix read only attributes on bulk apply stimulus

(cherry picked from commit 7e3fceb7dc)
This commit is contained in:
Molkobain
2018-11-16 17:42:21 +01:00
committed by Pierre Goiffon
parent 888aa5f958
commit 4508b9d7d5

View File

@@ -1320,7 +1320,7 @@ EOF
$oP->add_script(
<<<EOF
// 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.SetFieldsCount($iFieldsCount);
EOF