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

POST to /circuits/circuit-types/<slug>/delete/ returning a 404 in v1.5.3 #2936

Closed
gsnider2195 opened this issue Dec 2, 2022 · 1 comment · Fixed by #2937
Closed

POST to /circuits/circuit-types/<slug>/delete/ returning a 404 in v1.5.3 #2936

gsnider2195 opened this issue Dec 2, 2022 · 1 comment · Fixed by #2937
Labels
type: bug Something isn't working as expected

Comments

@gsnider2195
Copy link
Contributor

Environment

  • Nautobot version (Docker tag too if applicable): v1.5.3
  • Python version:
  • Database platform, version:
  • Middleware(s):

Steps to Reproduce

  1. Create a test circuit type
  2. Navigate to the circuit type object detail view
  3. Click on delete to try to delete the object
  4. Click confirm

Expected Behavior

Circuit type deletes successfully

Observed Behavior

Nautobot returns a 404

@gsnider2195 gsnider2195 added the type: bug Something isn't working as expected label Dec 2, 2022
@bryanculver
Copy link
Member

This was introduced due to #2473 / #2644 because we "fixed the glitch" of DRF advertising we support multipart and urlencoded forms on the API.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 3, 2023
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
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants