You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a new Event and just entering title, contact name and contact email, but ignoring the start and end times it will create an object in the zodb without any start or end attributes.
If you then lookup the events using the catalog you will find the start and end dates in the brain object but not in the zodb object itself.
This leads to unforseen circumstances, because every time you view the object it will tell you that it starts now (with zero minutes) and ends in an hour... it is wandering all the time.
What i expected was that it saves the defaults i saw in the form not only into the brain but also in the object itself.
Here is the example event we lookup using the get_event method with ret_mode=2:
Also facing this same issue.
When accessing the start and end attributes of the object, it will return the current date, not the one indexed by the catalog
Hi, Plone Version 5.0.5.
When creating a new Event and just entering title, contact name and contact email, but ignoring the start and end times it will create an object in the zodb without any start or end attributes.
If you then lookup the events using the catalog you will find the start and end dates in the brain object but not in the zodb object itself.
This leads to unforseen circumstances, because every time you view the object it will tell you that it starts now (with zero minutes) and ends in an hour... it is wandering all the time.
What i expected was that it saves the defaults i saw in the form not only into the brain but also in the object itself.
Here is the example event we lookup using the get_event method with ret_mode=2:
The text was updated successfully, but these errors were encountered: