plone / Products.CMFPlone

The core of the Plone content management system
https://plone.org
GNU General Public License v2.0
243 stars 186 forks source link

List of portal types in content-type filter unsupported #3860

Closed zopyx closed 3 weeks ago

zopyx commented 10 months ago

Plone 6.0.7

The list of available portal types in the filter should/must be sorted alphabetically.

Talking of sorting: the standard sort() or sorted() method should not be applied because they do not deal corr

ectly with unicode strings in the context of the configured locale using pyuca:

https://github.com/jtauber/pyuca

d0f18fc9-40a1-465b-a7db-d5b68cdfb8a8

Tushar-kalsi commented 10 months ago

Hi @zopyx Can i get the opportunity to implement Pyuca for Filters mentioned above ??

davisagli commented 3 weeks ago

Fixed in https://github.com/plone/plone.app.vocabularies/pull/93