This package provides batch actions for eea.facetednavigation dashboard
Project description
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. Changelog =========
0.4.1 (2017-12-01)
Fixed english po file. [gbastien]
0.4 (2017-12-01)
Added collective_eeafaceted_batchactions_js_variables.js that allows to translate the no_selected_items message. [gbastien]
0.3 (2017-11-30)
Renamed BatchActionForm to BaseBatchActionForm to show that it is the base form to inherit from to build new batch action. Make it inherit from Form instead EditForm. [gbastien]
Refactored the way form is updated and applied : two methods are there to be overrided : _update that is called in the update process and _apply that is called by handleApply. This way it is easy to build an new action without having to think about basic default behavior. [gbastien]
In the TransitionBatchActionForm, sort selectable transitions alphabetically. [gbastien]
0.2 (2017-11-24)
Use getMultiAdapter instead restrictedTraverse when getting the form in the viewlet to speed up things. [gbastien]
Added attribute button_with_icon to a batch action, if set to True, a particular CSS class is added to the button so it can be skinned with an icon easily. [gbastien]
Register a batch_actions.css resource for basic styling. [gbastien]
0.1 (2017-11-23)
Initial release. [IMIO]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for collective.eeafaceted.batchactions-0.4.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d14c8ffb6099275b4c68aa3a0668798c98c77d437f0f06c2f22c1642072d42e3 |
|
MD5 | 27bd8de9bd7f2c7da3cb5a24a15b213b |
|
BLAKE2b-256 | d03a635705cc10c513f805cc1fd4d1f639fc0ae74bce43afabc93f89465ae526 |