mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
N°8772 - dynamic form
This commit is contained in:
@@ -175,6 +175,8 @@ class DependencyHandler
|
|||||||
// Options changed flag
|
// Options changed flag
|
||||||
$bOptionsChanged = FormHelper::CompareArrayValues($aBefore, $aOptions);
|
$bOptionsChanged = FormHelper::CompareArrayValues($aBefore, $aOptions);
|
||||||
|
|
||||||
|
$bOptionsChanged = true;
|
||||||
|
|
||||||
// Add the listener callback to the dependent field if it is also a dependency for another field
|
// Add the listener callback to the dependent field if it is also a dependency for another field
|
||||||
if ($this->oDependenciesMap->IsTheBlockInDependencies($oDependentBlock->getName())) {
|
if ($this->oDependenciesMap->IsTheBlockInDependencies($oDependentBlock->getName())) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user