Releases: opengisch/qgis-linking-relation-editor
Releases · opengisch/qgis-linking-relation-editor
1.4.0
What's Changed
Filter Expression
While it's quite common to filter the parent entries in the drop down of the relation reference widget, in the relation editor one needed to enter the filter manually every time when linking children.
With this QGIS implementation one can configure a filter expression (with the scope of the target layer) on the relation editor configuration and you will have the linking dialog filtered qgis/QGIS#58448
Especially on Linking Relation Editor this makes sense, so it's implemented here as well.
leads to
This feature is only available when using QGIS >= 3.40 but this release has no issues with lower version (just no filter)...
Sponsors
This feature has been made possible through the financial support of Canton of Solothurn
1.3.0
1.2.0
1.1.4 - Bugfix
Fixes 🐛
- Fix linking on generated polymorphic relations
1.1.3 - Bugfix
Fixes 🐛
- On multi editing don't show a python error on form opening. (Note that multi editing is only partially supported by this plugin).
1.1.2 - Bugfix
Fixes 🐛
- Fix #16. Add feature geometry button was broken.
- Fix #17. Quick filter is now case insensitive.
- Fix #19. Link all button was not respecting all filter.
- Fix #21. In one to one mode it should be possible to link only one child.
- Fix a bunch of unreported bugs discovered by flake8.
Other 🧑💻
- Set up pre-commit environment with Black formatting and flake8 checks.
1.1.1 - Bugfix
- Fix a python error when trying to link/unlink children with empty selection (#18 )
1.1.0 - One to one
- Added "one to one" cardinality for relation editor widget