Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Invalid
-
Affects Version/s: EE-3.3.0.GA_P07
-
Fix Version/s: EE-3.3.0.GA_P08
-
Component/s: None
-
Labels:None
-
Environment:Unknown.
-
Support Case References:00014572
Description
With ice:selectInputDate, we want to highlight cell of day in the calendar displayed.
valueChangeListener="#{historics.dateChangeListener}"
value="#{historics.schedule.dateSelected}" renderAsPopup="false"
required="false" highlightClass="calendarAffectation: calendarService"
highlightUnit="DAY_OF_YEAR: DAY_OF_YEAR"
highlightValue="#{historics.schedule.affectionsAsStringInterval}: #{historics.schedule.servicesAsStringInterval}"
styleClass="schedule">
The pb is that he does not take in account the year, it only use the day position of the YEAR (DAY_OF_YEAR). No Unit are allowed to takein account year.
So if we change the year in the calendar the cell are not updated cause there is not event associate to year change too.
How to update cell according to year change in calendar ?
valueChangeListener="#{historics.dateChangeListener}"
value="#{historics.schedule.dateSelected}" renderAsPopup="false"
required="false" highlightClass="calendarAffectation: calendarService"
highlightUnit="DAY_OF_YEAR: DAY_OF_YEAR"
highlightValue="#{historics.schedule.affectionsAsStringInterval}: #{historics.schedule.servicesAsStringInterval}"
styleClass="schedule">
The pb is that he does not take in account the year, it only use the day position of the YEAR (DAY_OF_YEAR). No Unit are allowed to takein account year.
So if we change the year in the calendar the cell are not updated cause there is not event associate to year change too.
How to update cell according to year change in calendar ?
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion