Skip to main content

This package provides batch actions for eea.facetednavigation dashboard

Project description

https://travis-ci.org/IMIO/collective.eeafaceted.batchactions.svg?branch=master https://coveralls.io/repos/IMIO/collective.eeafaceted.batchactions/badge.png?branch=master

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.6 (2018-01-06)

  • Added condition on apply button. [sgeulette]

  • Added _update_widgets method [sgeulette]

0.5 (2018-01-05)

  • Some changes to made it working with a simple z3c.table. [sgeulette]

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.eeafaceted.batchactions-0.6.tar.gz (31.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page