-
Notifications
You must be signed in to change notification settings - Fork 58
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
API - Non Reg Staff Amend Permit Validation Error #22313
Comments
@doug-lovett Morning sir! Or even better, if there was an extract of their MHR in test :D |
@cameron-eyds morning. I think this occurs in the legacy database configuration, so not DEV. I am making an API change as well to remove the postal code comparison as part of this permit amendment location check. |
@doug-lovett Ah ok copy that, let me know if there is anything i can assist with/update UI side to support this. |
@cameron-eyds I think for this case updating the API is sufficient so long as the UI is not displaying the location address postal code. |
@chdivyareddy deployed to TEST. |
From Ops ticket https://sbc-registries.atlassian.net/browse/ITOPS-122062
When SBC staff created a transport permit the location civic address included a postal code.
When they submitted a permit amendment the location civic address did not contain the postal code. The API data validation returned the error:
Amend transport permit can only change the home location address street. City and province may not be modified.
Developer Note:
Ignore postal code when comparing location civic address for changes.
The text was updated successfully, but these errors were encountered: