Modify ↓
Opened 13 years ago
Closed 13 years ago
#9735 closed enhancement (fixed)
TeamCalendar assumes no working days
Reported by: | Chris Nelson | Owned by: | Chris Nelson |
---|---|---|---|
Priority: | normal | Component: | TeamCalendarPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Dates not in the database come up as not being worked. It would be more useful if they could default to a standard work week (M-F).
Attachments (0)
Change History (4)
comment:1 Changed 13 years ago by
Type: | defect → enhancement |
---|
comment:2 Changed 13 years ago by
Status: | new → assigned |
---|
comment:3 Changed 13 years ago by
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [11207]) Allow configuration of normal work week. Refs #9735.
The original plugin assumed if there was no data in the database, that no one was working.
With this change, that is still the default, but you can configure work_days in the team-calendar section of trac.ini to a list of week days that people usually work and that will be used if no data is in the database. 0 is Monday so 0,1,2,3,4 is a "normal" Monday-Friday week with Saturday and Sunday off.