search
AI OnAI Off
It seems like this bug has now been fixed, has it fixed your issue or are you still seeing the same error?
I don't know, I ended up switching to DateTimes with a time picker client editor attribute, which seemed to help with the issue.
Hello. I'm still affected by a bug that is listed as fixed, while using EPiServer.CMS.UI 12.19.0. I want to use an
IList<EventDateBlock>property on my page.EventDateBlockis defined as such:When publishing a new version of the page, a new draft is immediately created. This only applies to the "All Properties" view, "On-Page Editing" works as expected. I believe this bug needs to be revisited.
// EDIT
It seems to only happen if either
StartTimeorEndTimeis not set. If I make sure every property in everyEventDateBlockhas a value, it works as expected and no new draft is created.