- Fixed behavior of just reloading the faceted when deleting an element, this was broken because behavior between JS and python code changed and the user was redirected to the default dashboard. [gbastien]
1.51
-----------------
- Added parameter `view_name="delete_givenuid"` to JS functions `confirmDeleteObject` and `deleteElement` so it is possible to call another view when deleting an element. It is also possible to avoid refresh and manage it manually. [gbastien] - Make sure table containing actions does not have any border especially on `<tr>`. [gbastien]
1.50
-----------------
- Make CSS rule for `input[type="button"].notTriggerableTransitionButton` more specific so it is taken into account. [gbastien] - Fix message (tag title) displayed on a not triggerable WF transition when displayed as a button, the transition title was not included in the message. [gbastien]
1.49
-----------------
- Fixed broken functionnality, when an action url was a `javascript` action, it was not always taken into account because tag <a> `href` was not disabled using `event.preventDefault()`. [gbastien]
1.48.1
-------------------
- Requires `imio.helpers`. [gbastien]
1.48
-----------------
- In `DeleteGivenUidView.__call__`, use `imio.helpers.content.uuidsToObjects` with parameter `check_contained_uids=True` to get the object to delete, so if not found querying with `UID` index, it will use the `contained_uids` index if it exists in the `portal_catalog`. [gbastien]