-
Notifications
You must be signed in to change notification settings - Fork 4
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
Unable to update the road centre line of an existing Proposed address. #230
Comments
The UI had a check put in place to stop addresses being updated to proposed (see #213). Its need at the UI level is questionable. Triage-ing this issue will begin with removing this check and performing this action against the API to confirm the API allows this action. If so, removing the UI check should be considered |
I have built a test environment and confirmed the UI is blocking this action that the API will allow. The below code can be safely removed from the UI to allow AIMS users to update proposed address properties. QGIS-AIMS-Plugin/AimsUI/AimsClient/Gui/UiUtility.py Lines 380 to 383 in e1303f2
This will not have any adverse effects as the API checks for addresses being changed from @MarksNgahi if you would like this improvement made to allow the updating of proposed address properties, please request this work via @TrentGulliver as he will have a better understanding as to how this piece of work would fit into the addressing programme. This would involve:
Note #213 is related to this. |
originally opened as part of #229 and the below is copied over.
Issue 2 - Unable to update the road centre line of an existing Proposed address.
Steps to reproduce the error message is as follows:
This causes issues because if a road centre line needs to be changed, the address has be retired and then re-entered. The user has to attach the address to the correct centre line and make it proposed again.
The text was updated successfully, but these errors were encountered: