N°8772 - dynamic form

This commit is contained in:
Benjamin Dalsass
2025-11-12 08:33:28 +01:00
parent 7095e5e959
commit cbb0e2ef7e

View File

@@ -175,6 +175,8 @@ class DependencyHandler
// Options changed flag
$bOptionsChanged = FormHelper::CompareArrayValues($aBefore, $aOptions);
$bOptionsChanged = true;
// Add the listener callback to the dependent field if it is also a dependency for another field
if ($this->oDependenciesMap->IsTheBlockInDependencies($oDependentBlock->getName())) {