Ticket #14463 (confirmed Bug)
Deleting an item returns a 404
Reported by: | cwainwright | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 5.0 |
Component: | User Experience and Interface | Version: | |
Keywords: | Cc: |
Description
Plone 5.0a2
Steps to recreate:
- Create an item (I've tested with a folder and an image)
- When on the item, select Delete from the Actions menu
- Item is deleted, but page refreshes at the same path
- I get "This page does not seem to exist…"
Expected behavior: I should be redirected to the item's container
Change History
comment:1 Changed 20 months ago by cwainwright
- Status changed from new to confirmed
- Component changed from Unknown to User Experience and Interface
- Milestone changed from 4.x to 5.0
comment:2 Changed 14 months ago by pbauer
Fixed in https://github.com/plone/Products.CMFPlone/commit/57d764. Redirecting works now but when deleting content using the modal the portalMessage will not be displayed.
Note: See
TracTickets for help on using
tickets.