Ticket #29 (closed defect: fixed)

Opened 16 months ago

Last modified 15 months ago

calendar: multi-day events

Reported by: erwin Owned by: joeri
Priority: major Milestone: M4
Component: dalicms-admin Version: 1.0
Keywords: calendar Cc:

Description

multi day events are only shown on the first day in the calendar

Change History

Changed 16 months ago by johan

  • milestone set to M3

Changed 16 months ago by joeri

  • status changed from new to assigned
  • owner changed from somebody to joeri

Changed 16 months ago by joeri

  • status changed from assigned to closed
  • resolution set to fixed

This feature is implemented in build 15.

If you create an event and you leave the end date empty, the end date will be 0 (previously it was filled with the current date).

If you enter an end date, the rendered calendar (in calendar.js) will mark all days, that are between the start date and end date of an event, as active. So in case of a recurring event, it is better to enter the different recurring dates as separate events in order to prevent the entire calendar from becoming active.

Changed 15 months ago by erwin

  • status changed from closed to reopened
  • resolution fixed deleted
  • milestone changed from M3 to M4

The query in LodgonEvent?.findAllEventsBetweenStartEnd does not completely work. It returns too much events.

Also, when a day is clicked in the calendar, it should also show 'multi day' events (and not only events that start and end on that day)

Changed 15 months ago by erwin

  • status changed from reopened to closed
  • resolution set to fixed

fixed in build 16

Note: See TracTickets for help on using tickets.