Modify ↓
Opened 17 months ago
Closed 15 months ago
#9735 closed enhancement (fixed)
TeamCalendar assumes no working days
| Reported by: | ChrisNelson | Owned by: | ChrisNelson |
|---|---|---|---|
| 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 17 months ago by ChrisNelson
- Type changed from defect to enhancement
comment:2 Changed 17 months ago by ChrisNelson
- Status changed from new to assigned
comment:3 Changed 17 months ago by ChrisNelson
comment:4 Changed 15 months ago by ChrisNelson
- Resolution set to fixed
- Status changed from assigned to 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.