- Fixed message `KeyError: 'confirm'` in Zope log when a transition is triggered on an element for which it is not available anymore (already triggered in another browser tab for example). In this case, we just refresh the page. [gbastien] - Fix `saveHasActions` is not called when only untriggerable transitions. [gbastien]
1.39
-----------------
- When showing actions and ACCEPTABLE_ACTIONS is defined, directly worked with those restricted set. Faster method. [sgeulette] - Added parameter ActionsPanelViewlet.async (set to False by default) to be able to render the actions panel viewlet asynchronously using a JS Ajax request. Set every JS ajax request with async:false to be sure that screen is refreshed when state changed. [gbastien] - Disabled showOwnDelete when 'delete' is in acceptable actions [sgeulette]
1.38
-----------------
- Install `collective.fingerpointing` as we rely on it. [gbastien] - By default, do not render the viewlet in overlays. [gbastien]
1.37
-----------------
- Use safely unicoded transition title. [sgeulette]
1.36
-----------------
- Moved `views._redirectToViewableUrl` logic to `utils.findViewableURL` so it can be used by external code. [gbastien] - Don't nullify margin of actionspanel-no-style-table. [sgeulette]
1.35
-----------------
- 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]