-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Labels
CodeIssues related to the code structure and performance.Issues related to the code structure and performance.FeatureNew feature requests or changes to the behaviour or look of existing application features.New feature requests or changes to the behaviour or look of existing application features.RFCRequest for Comment or Change.Request for Comment or Change.
Description
The geometry location entry module has it's own update method instead of using the location.update() method.
The reason for this being that we wanted geometry edits / updates to be immediate. ie. They don't require the user to save changes.
Having duplicate code for the geometry update method is not ideal. Especially if the geometry entry is linked other entries.
The easiest solution would be to call the location update method which would mean that any other outstanding changes are updated as well when a geometry value is modified.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
CodeIssues related to the code structure and performance.Issues related to the code structure and performance.FeatureNew feature requests or changes to the behaviour or look of existing application features.New feature requests or changes to the behaviour or look of existing application features.RFCRequest for Comment or Change.Request for Comment or Change.