-
Notifications
You must be signed in to change notification settings - Fork 12
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
Edit/Add a field on layers failed #225
Comments
qifeng-bai
added a commit
that referenced
this issue
Nov 22, 2023
Added warnings when a user tries to delete a disabled field Fixed context-path and base links
qifeng-bai
added a commit
that referenced
this issue
Nov 24, 2023
This is for PR #226. Need to double check that more recent commits do not conflict. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Link: https://spatial-test.ala.org.au/ws/manageLayers/field/1085
When we choose 'Edit layer" -> "Add field", the saving/updating process fails
1, Incorrect Form:
On Dev/Test
On prod
![Screenshot 2023-11-17 at 3 11 32 pm](https://private-user-images.githubusercontent.com/31238531/283669910-aff12f8d-88dc-4ca1-aab1-d0bf4b587cea.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MTAzODgsIm5iZiI6MTczODkxMDA4OCwicGF0aCI6Ii8zMTIzODUzMS8yODM2Njk5MTAtYWZmMTJmOGQtODhkYy00Y2ExLWFhYjEtZDBiZjRiNTg3Y2VhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDA2MzQ0OFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTE1NzI1YjgyZTIzZDMzZTNlNTZhMGQyYTJlZTVlNWNkMzg0NjIxY2ExMzlkNGYyZWEzZGE0YzM0ZjdhMGVjODImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.MUdOQC-gbAcZDerS5Y4patCU47DWc-e6zi3Nu8UyeMw)
2, Creating a new field failed due to possible duplicated id / requestId.
Fix:
automated increment of request id based on naming convention
Change request id field to readonly
3, updating 'enable/disable' status does not work.
When we submit a 'checkbox', if it is unchecked, it won't be in 'map'. Says if we 'disable' a field, we click 'update', the enabled field won't be present in 'map', and then the field object will fill the default value 'true' in
4,List object failed
The text was updated successfully, but these errors were encountered: