Skip to content
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

404 error when attempting to delete a RelationshipAssociation from the list view #326

Closed
glennmatthews opened this issue Apr 15, 2021 · 0 comments · Fixed by #327
Closed
Assignees
Labels
type: bug Something isn't working as expected
Milestone

Comments

@glennmatthews
Copy link
Contributor

Environment

  • Python version:
  • Nautobot version: 1.0.0b4

Steps to Reproduce

  1. Create a Relationship between models, and apply this relationship to at least one model (creating a RelationshipAssociation record)
  2. Navigate to the RelationshipAssociation list view at /extras/relationships/associations/
  3. Click the Delete button next to any entry in the table

Expected Behavior

The association is deleted, perhaps after a confirmation prompt

Observed Behavior

404 error:

image

I note that the 404 page URL is (for example) extras/relationships/58197042-7627-41cc-8073-ce33f8f74e1c/delete/?return_url=/extras/relationships/associations/, but it almost certainly should be extras/relationships/**associations**/58197042-7627-41cc-8073-ce33f8f74e1c/delete/?return_url=/extras/relationships/associations/

@glennmatthews glennmatthews added the type: bug Something isn't working as expected label Apr 15, 2021
@glennmatthews glennmatthews self-assigned this Apr 15, 2021
@glennmatthews glennmatthews added this to To do in Release v1.0.0 via automation Apr 15, 2021
@glennmatthews glennmatthews added this to the v1.0.0 milestone Apr 15, 2021
Release v1.0.0 automation moved this from To do to Done Apr 15, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't working as expected
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant