2sic / 2sxc

DNN + 2sxc = #DNNCMS - This tool helps web designers and developers prepare great looking content in DNN (DotNetNuke). It's like mixing DNN with Umbraco and Drupal :)
http://2sxc.org
MIT License
141 stars 38 forks source link

Can't set demo item on view because modal doesn't appear after clicking "new" button #3402

Closed ajplopez closed 1 month ago

ajplopez commented 1 month ago

I'm submitting a

[x] bug report

...about

[x] admin experience UI

Current Behavior / Expected Behavior

When I create a new view and then set the content type and then try to add a demo item, the "new" control doesn't work. It takes some clicking around on other things before the new demo item modal appears.

https://www.loom.com/share/ec372807c1e34a789e653f7b5be77bbd

Instructions to Reproduce the Problem

Add a new view. Set the content item. Try to set the demo item by clicking the plus icon.

Screenshot 2024-05-30 at 9 17 52 AM

Your environment

david-poindexter commented 1 month ago

Oh yeah, I've experienced this as well - thank for logging!

iJungleboy commented 1 month ago

The root cause is new features we added recently to the dropdowns.

This resulted in a different architecture with not-optimal change tracking (since the + button needs to know the content-type based on the previous dropdown).

Fixed in 17.10

iJungleboy commented 1 month ago

Minor correction: it will be released next week, but probably in 18.00.

Had to do this because we had just refactored a lot of the UI and the other changes shouldn't be in 17.10.