Ticket #8855 (confirmed Bug)

Opened 7 years ago

Last modified 4 years ago

DCWorkflow shouldn't display "Item status changed" portal message when swallowing ObjectDeleted Exception

Reported by: nzupan Owned by:
Priority: minor Milestone: 4.x
Component: General Version:
Keywords: DCWorkflow, workflow, ObjectDeleted, portalmessage Cc:

Description

DCWorkflow is designed to swallow Exceptions of type ObjectDeleted and cancel the transition. It does, but the portal message still shows "Item status changed" even though the transition was not made and the object is still in the same state as it was before.

Change History

comment:1 Changed 7 years ago by hannosch

  • Component changed from Workflow to Infrastructure

comment:2 Changed 4 years ago by kleist

  • Keywords portalmessage added; portal message removed
  • Status changed from new to confirmed
  • Version set to 3.3
  • Component changed from Infrastructure to General

Still an issue in Plone 4?

comment:3 Changed 4 years ago by hannosch

  • Version 3.3 deleted
  • Milestone changed from 3.3.x to 4.x

This is likely still an issue in the logic in CMFPlone's content_status_modify.cpy. It emits the status message at the end unconditionally.

Note: See TracTickets for help on using tickets.