-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Make the end-time selection empty if not used #23
Comments
|
I doubt that this is possible, because |
|
Why can this not be empty? Can't you check: if empty than equal starttime, if you need it within your logic? |
|
It's because |
As your query does not work with NULL? @mpitz I've this in my dcaconfig /** Events */
// Set endtime default to empty
$GLOBALS['TL_DCA']['tl_calendar_events']['fields']['endTime']['default'] = NULL;With this setting, the BTW, why gets the |
But that's not what @mpitz wants. He wants the field to remain blank for open end events. |
Right, that's not what I suggested. It is annoying and error prone if you have the set the End time again if you want to leave it open, after you've changed the Start time. |
|
Implemented in 5629a7d. It was surprisingly simple. 😄 |
|
Wow. Thank you. 👍 🥇 💯 |
While you can leave the end-date empty you have to set a end-time to leave it open. This is confusing and not consequent. I suggest to leave the end-time empty too if it is not used!
If you change the start-time you every time have to set the end-time again if you want to leave it open!
The text was updated successfully, but these errors were encountered: