-
-
Notifications
You must be signed in to change notification settings - Fork 756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Event: "whole day" and "open end" have no effect #3243
Comments
Since the Events content type isn't blocks enabled it uses the form widgets from the default form construction. |
@ichim-david we disabled those two fields in our project because they do not provide any functionality. If we can't come up with a solution, we should do the same (at least for now) in Volto. Then we have to live with the fact that we do not provide the functionality that Classic currently has. |
@tisto any news with this issue or you still disable the fields? |
@cekk those fields are still disabled. Unless someone picks this up and implements the full functionality, this is what we should do IMHO. |
I've included this in my draft PLIP for event content types: plone/Products.CMFPlone#4115. |
This change enables "Whole Day checkbox to hide the time value of the "Event Starts" and "Event Ends" fields. Fixes issue plone#3243
This commit fixes the functionality of the "Open End" checkbox on Event forms. When enabled, the checkbox now correctly hides the "Event Ends" field, improving form usability. Fixes issue plone#3243
This change enables "Whole Day checkbox to hide the time value of the "Event Starts" and "Event Ends" fields. Fixes issue plone#3243
This commit fixes the functionality of the "Open End" checkbox on Event forms. When enabled, the checkbox now correctly hides the "Event Ends" field, improving form usability. Fixes issue plone#3243
Describe the bug
In Plone Classic the UI for the start/end date adapts if the user checks the "whole day" checkbox (time fields disappear) and the "open end" checkbox (end date/time disappear). This is not the case in Volto and this confuses our editors.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots
Software (please complete the following information):
The text was updated successfully, but these errors were encountered: