N°8772 - Form dependencies manager implementation

- turbo implementation
This commit is contained in:
Benjamin Dalsass
2025-10-22 08:16:44 +02:00
parent 1a4a64cec1
commit ee745f8be9
6 changed files with 13 additions and 6 deletions

View File

@@ -68,7 +68,6 @@ class DependencyHandler
// Listen the dependency
$this->builder->get($sDependency)->addEventListener(FormEvents::POST_SET_DATA, $this->GetEventListeningCallback());
$this->builder->get($sDependency)->addEventListener(FormEvents::POST_SUBMIT, $this->GetEventListeningCallback());
}
}