-
-
Notifications
You must be signed in to change notification settings - Fork 493
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
Workflow / Edit action / Fix link in search results #8031
Conversation
Follow up of #6321 This was noticed because then when an approved record is found, the edit action in the search result page was opening the editor with a link http://localhost:8080/geonetwork/srv/eng/catalog.edit#/metadata/ApprovedID Then the editor was opening the editor form with the UUID. And in such case the editor does not do the redirection (in MetadataEditingApi.java#L153).
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally, works fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested, works fine.
Follow up of geonetwork#6321 This was noticed because then when an approved record is found, the edit action in the search result page was opening the editor with a link http://localhost:8080/geonetwork/srv/eng/catalog.edit#/metadata/ApprovedID Then the editor was opening the editor form with the UUID. And in such case the editor does not do the redirection (in MetadataEditingApi.java#L153). GN ref geonetwork#8031 Related work items: #189418
Follow up of geonetwork#6321 This was noticed because then when an approved record is found, the edit action in the search result page was opening the editor with a link http://localhost:8080/geonetwork/srv/eng/catalog.edit#/metadata/ApprovedID Then the editor was opening the editor form with the UUID. And in such case the editor does not do the redirection (in MetadataEditingApi.java#L153).
Follow up of #6321
This was noticed because then when an approved record is found, the edit action in the search result page was opening the editor with a link http://localhost:8080/geonetwork/srv/eng/catalog.edit#/metadata/ApprovedID
Then the editor was opening the editor form with the UUID.
And in such case the editor does not do the redirection (in MetadataEditingApi.java#L153).
Checklist
main
branch, backports managed with labelREADME.md
filespom.xml
dependency management. Update build documentation with intended library use and library tutorials or documentation