Closed mauritsvanrees closed 5 years ago
I have merged my PRs. New releases of 2.2.x and master would be useful. cc @jensens @saily @tdesvenain @jessesnyder
Done: https://pypi.org/manage/project/Products.PloneKeywordManager/release/3.0.1/
I also gave the user collective
Maintainer access there.
Thanks. I have released 2.2.2.
I have released 2.2.2.
ops, forgot about this one. thanks!
Seen on Plone 4.3 with Products.PloneKeywordManager 2.2.1 (and branch 2.2.x), but probably true for Plone 5 and master branch as well. The control panel allows me to choose between three indexes. Two of them go fine. One of them has
None
in the indexed values, and this breaks the sorting:This is from the
commentators
index fromplone.app.discussion
, but can probably happen for others as well.Easiest seems to be to filter out all empty values (including empty string) before sorting. I will make a PR for that on 2.2.x.