From 504261a2c2289574bfc1cf2918344c78f9f653ef Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Tue, 29 Jul 2025 10:01:31 +0200 Subject: [PATCH] =?UTF-8?q?=20N=C2=B06775=20-=20Remove=20WizardHelper::Get?= =?UTF-8?q?JsForUpdateFields()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/wizardhelper.class.inc.php | 16 ---------------- 1 file changed, 16 deletions(-) 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 <<