Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imio/collective.eeafaceted.batchactions
This package provides batch actions for eea.facetednavigation dashboard
https://github.com/imio/collective.eeafaceted.batchactions
Last synced: 5 days ago
JSON representation
This package provides batch actions for eea.facetednavigation dashboard
- Host: GitHub
- URL: https://github.com/imio/collective.eeafaceted.batchactions
- Owner: IMIO
- License: gpl-3.0
- Created: 2017-11-16T10:35:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-19T09:59:23.000Z (17 days ago)
- Last Synced: 2024-12-19T10:42:36.045Z (17 days ago)
- Language: Python
- Size: 220 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
.. image:: https://github.com/IMIO/collective.eeafaceted.batchactions/actions/workflows/main.yml/badge.svg?branch=master
:target: https://github.com/IMIO/collective.eeafaceted.batchactions/actions/workflows/main.yml.. image:: https://coveralls.io/repos/IMIO/collective.eeafaceted.batchactions/badge.png?branch=master
:target: https://coveralls.io/r/IMIO/collective.eeafaceted.batchactions?branch=master.. image:: http://img.shields.io/pypi/v/collective.eeafaceted.batchactions.svg
:alt: PyPI badge
:target: https://pypi.org/project/collective.eeafaceted.batchactions==================================
collective.eeafaceted.batchactions
==================================This package gives the possibility to define batch actions on elements displayed in a eea.facetednavigation dashboard
* `Source code @ GitHub `_
* `Releases @ PyPI `_
* `Continuous Integration @ Travis-CI `_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.