You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Navigate to the Django admin panel.
Go to the Mailbox model.
Click on an existing Mailbox instance or create a new one.
Make changes to the instance or fill out the form for a new instance.
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: