collective.excludefromcollection
collective.excludefromcollection
Provides a behavior to conditionally exclude an object from a Plone Collection.
Usage
A user can check exclude_from_collection in settings tab of a any content type who has the exclude_from_collection behavior enabled. In any Plone Collection one can then add a Exclude from Collection filter to filter for that flag.
Translations
This product has been translated into:
english
german
Installation
Install collective.excludefromcollection by adding it to your buildout:
[buildout] ... eggs = collective.excludefromcollection
and then running bin/buildout
Contributors
Put your name here, you deserve it!
?
Contribute
Support
If you are having issues, please let us know and open a issue or contact us on Plone Discord channel.
License
The project is licensed under the GPLv2.
Contributors
Maik Derstappen, md@derico.de
Changelog
1.2 (2022-04-14)
Return False when exclude_from_collection is not present on context [MrTango]
1.1 (2022-04-11)
Improve query string registration and update translations {MrTango]
1.0 (2022-04-11)
Initial release. [MrTango]