plone / plone.supermodel

Provides XML import and export for schema interfaces based on zope.schema fields
5 stars 8 forks source link

fields of type "Set" should be sorted on XML export so XML diffs consistent #29

Closed djay closed 4 years ago

djay commented 4 years ago

https://github.com/plone/plone.supermodel/blob/master/plone/supermodel/utils.py#L205 should sort when it's a set.

djay commented 4 years ago

fixed in #51