plone / plone.app.multilingual

Plone Multilingual Content Add-on
https://pypi.org/project/plone.app.multilingual
19 stars 47 forks source link

Installation destroys existing order of behaviors #403

Closed davisagli closed 2 years ago

davisagli commented 2 years ago

Installing plone.app.multilingual's profile runs enable_translatable_behavior, which adds the translatable behavior to each content type. In doing so, it uses a set to deduplicate the behaviors, which wipes out the existing order of the behaviors list and can cause fields to appear in different positions.