Ticket #13106 (confirmed Bug)
CMFPlone delete_confirmation portal message after deletion not shown
Reported by: | machineherbalist | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.x |
Component: | General | Version: | 4.2 |
Keywords: | Cc: |
Description
User will never see the portal message for successful deletion when using object button "Delete", which is handled by CMFPlone/skins/plone_form_scripts/delete_confirmation.cpy.
The message gets added properly by these lines:
message = _(u'${title} has been deleted.',mapping={u'title' : title}) context.plone_utils.addPortalMessage(message)
What seems to happen for me is that user gets redirected to parent, parent loads, and the message is there. However something forces instant page reload and the message gets deleted at that point. User will never see the message.
This reproduces reliably by loading any content item, and selecting Actions -> Delete from the menu above content, and then pressing the Delete button.
Change History
Note: See
TracTickets for help on using
tickets.