-----------------
- Fixed `ActionsPanelView.getTransitions` check on transitions to confirm
informations, do not consider that prefix of given transition to confirm is a
`meta_type` but consider it as a `class name` as with `dexterity`, the
`meta_type` is always the same an no more useable to discriminate content.
[gbastien]
- Added parameter `forceRedirectOnOwnDelete=False` to `ActionsPanelView.__call__`,
when deleting an element, by default if current context is a faceted,
the user is not redirected but the page is reloaded, if we are removing the
page that holds the faceted then we need to redirect.
[gbastien]
- In JS function `deleteElement`, set `async:true` for the XHR request.
[gbastien]
- Fixed bug in Firefox not executing the JS `triggerTransition` XHR request when
`async:true`, this was due to `preventDefaultClickTransition` not applied when
using the `async_actions_panel` in the viewlet displaying actions,
it was producing a `NS_BINDING_ERROR` because 2 click events were triggered.
[gbastien]
- When not using the `useIcons` mode (so when using viewlet displaying buttons),
if no action at all, do not return an empty HTML table, just return nothing.
This let's hide the entire viewlet when using the `async_actions_panel`.
[gbastien]