-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix beim Speichern mit "Übernehmen" (#144)
* Bugfix beim Speichern mit "Übernehmen" In dem Fall kam es zu einem Fehler `Unable to rollback, no transaction started before` aus dem Manager. Tatsächlich war die Ursache im Geolocation-Value `layerselect` in der Zeile 99: `$this->getParam('manager_dataset')->getValue($this->subField);` Beim "Speichern" existiert `param['manager_dataset']`, beim "Übernehmen" jedoch nicht, was im Hintergrund zu einem `getValue on null`-Fehler führt. * Update CHANGELOG.md * Update package.yml * Update CHANGELOG.md
- Loading branch information
1 parent
6a9d69c
commit a0a253a
Showing
3 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters