Loading CHANGELOG.md +6 −0 Original line number Diff line number Diff line 1.4.1 (23/05/2025) ------------------ - [Fix] Correction d'un plantage au niveau des méthodes addSource et addAction du DataManager 1.4.0 (16/04/2025) ------------------ Loading src/Data/DataManager.php +2 −2 Original line number Diff line number Diff line Loading @@ -141,7 +141,7 @@ class DataManager { $sources = $this->getSources(); $sources[] = $source; $this->setOptions(self::OPTION_SOURCES, $sources); $this->setOption(self::OPTION_SOURCES, $sources); return $this; } Loading Loading @@ -170,7 +170,7 @@ class DataManager { $actions = $this->getActions(); $actions[$name] = $libelle; $this->setOptions(self::OPTION_ACTIONS, $actions); $this->setOption(self::OPTION_ACTIONS, $actions); return $this; } Loading Loading
CHANGELOG.md +6 −0 Original line number Diff line number Diff line 1.4.1 (23/05/2025) ------------------ - [Fix] Correction d'un plantage au niveau des méthodes addSource et addAction du DataManager 1.4.0 (16/04/2025) ------------------ Loading
src/Data/DataManager.php +2 −2 Original line number Diff line number Diff line Loading @@ -141,7 +141,7 @@ class DataManager { $sources = $this->getSources(); $sources[] = $source; $this->setOptions(self::OPTION_SOURCES, $sources); $this->setOption(self::OPTION_SOURCES, $sources); return $this; } Loading Loading @@ -170,7 +170,7 @@ class DataManager { $actions = $this->getActions(); $actions[$name] = $libelle; $this->setOptions(self::OPTION_ACTIONS, $actions); $this->setOption(self::OPTION_ACTIONS, $actions); return $this; } Loading