diff options
author | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-12 22:09:17 -0400 |
---|---|---|
committer | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-12 22:09:17 -0400 |
commit | 64ac705c1e9808ee6d3e5d7d6a07514f2e125f99 (patch) | |
tree | 8bf44fb03e918657e2a081bb216126f557559184 /controllers/base.php | |
parent | 9722cf61520b166454ab7b4cda5b610d56f1fa77 (diff) |
Refresh the board only when it's necessary and add a link on the task title
Diffstat (limited to 'controllers/base.php')
-rw-r--r-- | controllers/base.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/controllers/base.php b/controllers/base.php index dd7c0642..81fb8884 100644 --- a/controllers/base.php +++ b/controllers/base.php @@ -14,6 +14,7 @@ abstract class Base $this->task = $registry->task; $this->user = $registry->user; $this->comment = $registry->comment; + $this->event = $registry->shared('event'); } public function beforeAction($controller, $action) |