- In `triggerTransition`, do not only catch `WorkflowException` as raised error could be of another type. [gbastien] - When an error occurs during a workflow transition, make sure we `transaction.abort()` or `review_state` is changed nevertheless. [gbastien]
1.34
-----------------
- Use a real arrow character `🡒` instead `->` when building the transition not triggerable icon help message. [gbastien] - Fixed call to unexisting method `actionspanel_view._gotoReferer()` when cancelling transition confirmation popup (only happens if popup is not correctly opened as an overlay). [gbastien]
1.33
-----------------
- Rely on imio.history IHContentHistoryView.show_history to know if the history icon must be shown. We need imio.history >= 1.17. [gbastien]
1.32
-----------------
- Added possibility to define a target on the edit action. To do this, pass the value for `edit_action_target` in the kwargs. [sgeulette]
1.31
-----------------
- Added icon on object buttons. [sgeulette] - Added separate external edit button [sgeulette]
1.30
-----------------
- Rely on `collective.fingerpointing` for logging capabilities, this replace the log message when an element is deleted. [gbastien] - Call `transaction.abort` when an error occurs during deletion in `DeleteGivenUidView` to avoid leaving portal in an unconsitent state. [gbastien]