diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-15 16:34:56 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-15 16:34:56 -0500 |
commit | 2491ada0db7a3ca7832260a9bc263bc24be300a0 (patch) | |
tree | 21abda0864f42b84c505a710001f947e6419ed5b /app/Template/calendar/show.php | |
parent | e84abb54987a497093ab2031a51fa1fe85ad2590 (diff) |
Display subtask time tracking in the calendar
Diffstat (limited to 'app/Template/calendar/show.php')
-rw-r--r-- | app/Template/calendar/show.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/calendar/show.php b/app/Template/calendar/show.php index b258e391..cb5a1109 100644 --- a/app/Template/calendar/show.php +++ b/app/Template/calendar/show.php @@ -35,7 +35,7 @@ <div id="calendar" data-project-id="<?= $project['id'] ?>" data-save-url="<?= $this->u('calendar', 'save', array('project_id' => $project['id'])) ?>" - data-check-url="<?= $this->u('calendar', 'events', array('project_id' => $project['id'])) ?>" + data-check-url="<?= $this->u('calendar', 'project', array('project_id' => $project['id'])) ?>" data-check-interval="<?= $check_interval ?>" > </div> |