I found this it's work: https://github.com/stephenmcd/mezzanine/issues/62
dynamic_inline.js. Replaced line 41: var orderSelector = window.__grappelli_installed ? '._order input' : '.field-_order input'; with var orderSelector = '.field-_order input, ._order input'; Le dimanche 17 avril 2016 14:39:27 UTC+2, Cajoline a écrit : > > > Hi ! > > The Drag and drop with StackedDynamicInlineAdmin doesn't work, the _order > field isn't updated when i save my model > > > Any Idea ? > > > Thank you > > > Mezzanine 4.1 > Django 1.9.5 > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
