Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Add support to editable vector joins (1:1 relations) (#599)
* 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]>
- Loading branch information