-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for multi fields relations #159
Merged
Merged
Conversation
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
# Conflicts: # src/app/core/relations/relation.js # src/app/gui/search/vue/panel/searchservice.js
volterra79
changed the title
Add Relation multi fields management
Add management relations with multi fields
Aug 29, 2022
Raruto
changed the title
Add management relations with multi fields
Add support for M-N relations (polymorphic relations)
Jan 12, 2023
Raruto
changed the title
Add support for M-N relations (polymorphic relations)
Add support for N-M relations (father-child relations)
Jan 12, 2023
Raruto
reviewed
Jan 13, 2023
# Conflicts: # src/app/core/editing/editor.js # src/app/core/layers/layer.js
…on father field is pk and in case of relation related to new father feature need to chanche temporary id __new__ provide by client with new id provide by server on child features relation relation field
volterra79
added a commit
to g3w-suite/g3w-admin
that referenced
this pull request
Sep 13, 2023
…attribute to Array for back compatibility for projects before v3.7.0
volterra79
added a commit
to g3w-suite/g3w-admin
that referenced
this pull request
Sep 14, 2023
Raruto
changed the title
Add support for N-M relations (father-child relations)
Add support for multi fields relations
Sep 22, 2023
Tested with: editing-multi-fields.qgs |
Raruto
approved these changes
Sep 22, 2023
volterra79
added a commit
to g3w-suite/g3w-admin
that referenced
this pull request
Sep 22, 2023
g3w-client: g3w-suite/g3w-client#159 editing: g3w-suite/g3w-client-plugin-editing#53
volterra79
added a commit
to g3w-suite/g3w-admin
that referenced
this pull request
Sep 28, 2023
volterra79
added a commit
to g3w-suite/g3w-admin
that referenced
this pull request
Oct 3, 2023
wlorenzetti
added a commit
to g3w-suite/g3w-admin
that referenced
this pull request
Oct 13, 2023
* Add 'hasCustomPrefix' property to vectorjoin. * Add 'editable' property, so serialization of vector join. * Add property `vectorjoin_id` to REST API /vector/api/config/. * Fix test. * Add 'prefix' and convert 'editable' to boolean type. * Typo. * Fix 'editable' property for fields in QGIS join. * Set 'editable' to False if join field is a Pk. * Fix test editing fi QGIS Join * For documentation. * ✨ Client: core: g3w-suite/g3w-client#483 editing: g3w-suite/g3w-client-plugin-editing#52 * ✨ Client: client: - g3w-suite/g3w-client#483 - g3w-suite/g3w-client#159 editing: - g3w-suite/g3w-client-plugin-editing#52 - g3w-suite/g3w-client-plugin-editing#53 * ✨ Client: client: - g3w-suite/g3w-client#483 - g3w-suite/g3w-client#159 editing: - g3w-suite/g3w-client-plugin-editing#52 - g3w-suite/g3w-client-plugin-editing#53 * ✨ Client: editing: - g3w-suite/g3w-client-plugin-editing@96c9b40 editing: - g3w-suite/g3w-client-plugin-editing@16f4c9f editing: - g3w-suite/g3w-client-plugin-editing@b7a6bb7 * ✨ Client: g3w-client: - g3w-suite/g3w-client@5b2e3fa * ✨ Client: g3w-client-plugin-editing: -g3w-suite/g3w-client-plugin-editing@cd65314 * ✨ Client: g3w-client:g3w-suite/g3w-client@f557542 g3w-client-plugin-editing: g3w-suite/g3w-client-plugin-editing@8aef6a4 --------- Co-authored-by: wlorenzetti <[email protected]> Co-authored-by: volterra79 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Close: #128
Related to:
many
with multifield keys g3w-admin#596Demo project --> project.zip
• father_relation
• child_relation
• father_relation / child_relation
QGIS Configuration ---> 9.3.8. Relations Properties