N°1758 Fix read only attributes on bulk apply stimulus

This commit is contained in:
Molkobain
2018-11-16 17:42:21 +01:00
parent b28ed08a85
commit 7e3fceb7dc

View File

@@ -1323,7 +1323,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