summaryrefslogtreecommitdiff
path: root/app/Controller/Base.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-10-12 21:38:56 -0400
committerFrédéric Guillot <fred@kanboard.net>2014-10-12 21:38:56 -0400
commit074056352de98fc567b4d13184c72887c75625d0 (patch)
tree7d262c3a5d5f779648f51aa0eb7d9f279c05d89d /app/Controller/Base.php
parent4061927d215c846ff8eb196301bf61532018042b (diff)
Project activity refactoring and listeners improvements
Diffstat (limited to 'app/Controller/Base.php')
-rw-r--r--app/Controller/Base.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/Controller/Base.php b/app/Controller/Base.php
index ac88df04..a8e22fd8 100644
--- a/app/Controller/Base.php
+++ b/app/Controller/Base.php
@@ -153,13 +153,11 @@ abstract class Base
private function attachEvents()
{
$models = array(
+ 'projectActivity', // Order is important
'action',
'project',
'webhook',
'notification',
- 'taskHistory',
- 'commentHistory',
- 'subtaskHistory',
);
foreach ($models as $model) {