davidjumani edited a comment on pull request #6162: URL: https://github.com/apache/cloudstack/pull/6162#issuecomment-1080420458
@utchoang When in a project view, and the user clicks on a specific ssh key, it should go into the detail view of that key. However it results in a 404. Caused by using `name=<key-id>` instead of `name=<key-name>` in the request when the record has annotations https://github.com/apache/cloudstack/blob/main/ui/src/components/view/ListView.vue#L102 should have the same check for ssh as https://github.com/apache/cloudstack/blob/main/ui/src/components/view/ListView.vue#L113 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
