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

Admin Detail Page Does Not Redirect After Save #15

Open
MohmdFo opened this issue Aug 24, 2024 · 0 comments
Open

Admin Detail Page Does Not Redirect After Save #15

MohmdFo opened this issue Aug 24, 2024 · 0 comments

Comments

@MohmdFo
Copy link
Contributor

MohmdFo commented Aug 24, 2024

When attempting to save changes or create a new Mailbox instance in the Django admin interface, the user is not redirected back to the list view. Instead, the user remains on the detail page of the Mailbox instance, which is not the expected behavior.

Steps to Reproduce:

  1. Navigate to the Django admin panel.
  2. Go to the Mailbox model.
  3. Click on an existing Mailbox instance or create a new one.
  4. Make changes to the instance or fill out the form for a new instance.
  5. Click the "Save" button.

Expected Behavior:

After clicking "Save," the user should be redirected to the Mailbox list view, where they can see the updated or newly created instance.

Actual Behavior:

After clicking "Save," the user remains on the detail page of the Mailbox instance, and the page does not redirect to the list view.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant