sachatrauwaen / OpenContent

Structured Content editing for DNN (Dotnetnuke)
46 stars 25 forks source link

Unable to save after change sort order #187

Closed wbonekamp closed 1 year ago

wbonekamp commented 2 years ago

When you have multiple items and you change the sort order you can't save the changes anymore. The checkbox field of these items are set to empty as soon as you change the sort order. We think that's the cause of this issue.

We used OC 4.7 in DNN 9.6x - 9.10.1

Timo-Breumelhof commented 2 years ago

What kind of template? Multiple with drag and drop ordering?

wbonekamp commented 2 years ago

Carousel, panel template:

image

Timo-Breumelhof commented 2 years ago

If you first add an item and then try to change the order there's a bug which is a known issue. Actually it's an issue in Alpaca.

Timo-Breumelhof commented 2 years ago

Sacha is working on replacing Alpaca with Vue.Js, which should fix this.

wbonekamp commented 2 years ago

So the issue is in the dnn.js of Alpaca (theme)?

Timo-Breumelhof commented 2 years ago

No, it's a bug in Alpaca.js (use to render the edit screen) AFAIK

wbonekamp commented 2 years ago

@sachatrauwaen When do you think the replacement to Alpaca Vue.js is ready for release? Will it be available in 4.8 or 4.7.1?

You would really help us out!!!

thanks Timo for your reaction/support!

Timo-Breumelhof commented 2 years ago

v5 is in testing phase ATM, no planned release date yet and it will not be 100% downwards compatible (just as a warning)

wbonekamp commented 2 years ago

If you need an extra tester... let me know... 👍

good to hear it's almost there....

Timo-Breumelhof commented 1 year ago

@wbonekamp did you manage to do some testing of OC 5?

wbonekamp commented 1 year ago

Did fix the issue! Vue works great!