collective / Products.PloneKeywordManager

Change, merge and delete keywords (AKA tags or subjects) in Plone.
https://pypi.org/project/Products.PloneKeywordManager/
4 stars 8 forks source link

Filter out 'None' values from keywords, not empty strings #45 #46

Closed flipmcf closed 2 years ago

flipmcf commented 2 years ago

The filtering seems to try to filter out 'None' from the list of keyword values.

It ends up filtering out any keyword that evaluates to False. (so, empty string, integer 0, etc)

This fixes that issue.