Skip to content
Snippets Groups Projects
Commit 9ad2ffc0 authored by strentini's avatar strentini
Browse files

OLAT-6257: end-date field of a recurrent event now validates without time declaration

FXOLAT-193

--HG--
branch : uzhFixes711
parent faa7fe3e
No related branches found
No related tags found
No related merge requests found
......@@ -320,7 +320,7 @@ public class KalendarEntryForm extends FormBasicController {
recurrenceEnd = uifactory.addDateChooser("recurrence", "cal.form.recurrence.end", null, formLayout);
recurrenceEnd.setDisplaySize(21);
recurrenceEnd.setDateChooserTimeEnabled(true);
recurrenceEnd.setDateChooserTimeEnabled(false);
recurrenceEnd.setMandatory(true);
Date recurEnd = CalendarUtils.getRecurrenceEndDate(event.getRecurrenceRule());
if(recurEnd != null) recurrenceEnd.setDate(recurEnd);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment