collective.eeafaceted.batchactions

This package provides batch actions for eea.facetednavigation dashboard


Keywords
faceted, navigation, batch, actions, table
License
GPL-2.0
Install
pip install collective.eeafaceted.batchactions==1.15

Documentation

image

image

PyPI badge

collective.eeafaceted.batchactions

This package gives the possibility to define batch actions on elements displayed in a eea.facetednavigation dashboard

How it works

This will display BrowserViews registered for collective.eeafaceted.batchactions.interfaces.IBatchActionsMarker or an interface subclassing it at the bottom of a eea.facetednavigation dashboard.

Using a collective.eeafaceted.z3ctable CheckBoxColumn, you will be able to select elements to tigger the batch action on.

Batch actions are overridable from a faceted navigation container to another if necessary.

Installation

To install collective.eeafaceted.batchactions you simply add collective.eeafaceted.batchactions to the list of eggs in your buildout, run buildout and restart Plone. Then, install collective.eeafaceted.batchactions using the Add-ons control panel.