BoltTranslate / Translate

Provides translation for contenttypes.
Other
43 stars 38 forks source link

[Bolt 3.4] Block fields ordering breaks when re-ordering. #157

Closed bobdenotter closed 6 years ago

bobdenotter commented 6 years ago

When you use the 'move down' and 'move up' buttons, the ordering of Blocks gets mixed up..

For example, this field def:

        blockfoobar:
            type: block
            group: Blocks
            fields:
                foosection:
                    label: "Foo section"
                    fields:
                        heading:
                            type: text
                barsection:
                    label: "Bar section"
                    fields:
                        heading:
                            type: text

This happens in-browser:

This only happens when Translate is installed.

lenvanessen commented 6 years ago

Thanks for reporting Bob:) I’ll do some monkey testing with 3.4 This weekend, has to be done for #158 anyhow

bobdenotter commented 6 years ago

Not a Translate issue after all. Fixed in https://github.com/bolt/bolt/issues/7242