diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-01-25 13:27:43 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-01-25 13:27:43 -0500 |
commit | 54d2d46b6512a0369fd2f0521e8565e42ea358ea (patch) | |
tree | f59938002579cfa856a1f5ea30507a315957c5b2 /app/Template/calendar/show.php | |
parent | 746a3f8d235c073abba401f25ca9a379264d2b16 (diff) |
Store calendar filters per project
Diffstat (limited to 'app/Template/calendar/show.php')
-rw-r--r-- | app/Template/calendar/show.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Template/calendar/show.php b/app/Template/calendar/show.php index 0a41fabe..a0bda008 100644 --- a/app/Template/calendar/show.php +++ b/app/Template/calendar/show.php @@ -33,6 +33,7 @@ <div class="sidebar-content"> <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-interval="<?= $check_interval ?>" |