Last active
July 19, 2024 10:06
-
-
Save signedav/4c9bac6a887336e62ae3932c39b77094 to your computer and use it in GitHub Desktop.
Project Actions or Processing Algorithms
This file contains hidden or 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
# Summary | |
The _**Relation Editor Widget**_ is a powerful tool to link children objects to a parent object or - with many-to-many relations - directly choose the "other" parent and perform an entry in the join table. There are options like creating child objects or linking exiting ones. | |
The "opposite" of it is the **_Relation Reference Widget_**, where we choose the parent object. There a useful feature is the ***filter***. | |
But in _**Relation Editor Widget**_ we still need to filter manually when we filter objects. | |
So this would be a very useful feature. | |
# Example | |
We do have a layer representing fields named "Beurteilung_Wiese" with a parameter "uzl_subregion" what could be "1.1", "1.2", "1.3", depending where the field is: | |
 | |
Now we want to link flora-types to the current "Beurteilung_Wiese", but in the huge list of all the flora-types we only want to have the ones that really exist in the current subregion. Means I need a filter like this: | |
 | |
But this filter I always have to set manually. I would like to have something like this: | |
 | |
 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment