diff --git a/application/wizardhelper.class.inc.php b/application/wizardhelper.class.inc.php index 3fa7901b4..6ec4f88a5 100644 --- a/application/wizardhelper.class.inc.php +++ b/application/wizardhelper.class.inc.php @@ -350,22 +350,6 @@ class WizardHelper return $this->m_aData['m_bReturnNotEditableFields'] ?? false; } - /** - * @return string JS code to be executed for fields update - * @since 3.0.0 N°3198 - * @deprecated 3.0.3-2 3.0.4 3.1.1 3.2.0 Use {@see \WizardHelper::AddJsForUpdateFields()} instead - */ - public function GetJsForUpdateFields() - { - $sWizardHelperJsVar = (!is_null($this->m_aData['m_sWizHelperJsVarName'])) ? utils::Sanitize($this->m_aData['m_sWizHelperJsVarName'], '', utils::ENUM_SANITIZATION_FILTER_PARAMETER) : 'oWizardHelper'.$this->GetFormPrefix(); - $sWizardHelperJson = $this->ToJSON(); - - return <<