-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Add APIv3 version edit URL #7594
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
Conversation
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.
Code changes look good! I suppose we need to add the new field in the version list JSON response as well to make test to pass.
For use in dashboard client code, having a link to the dashboard for some resources would be helpful, and would avoid exposing the url resolver through Django to the JS side.
37d81d0
to
dade299
Compare
I'd like to push this PR forward if possible. Merging this would help reduce the volume of the rat's nest of code I've created to make templates work. |
Moving from urls.edit to urls.dashboard.edit
Updated with the feedback on API return data structure. I think I did it right 🤷 |
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.
Like a champ! 🏅
Tests weren't updated after changing things in #7594
For use in dashboard client code, having a link to the dashboard for
some resources would be helpful, and would avoid exposing the url
resolver through Django to the JS side.
Requires #7595