Improve activity stream/notification for task update events and add new notification for swimlane change
This commit is contained in:
@@ -37,6 +37,11 @@ class Task extends \Core\Base
|
||||
return t('%dd', ($now - $timestamp) / 86400);
|
||||
}
|
||||
|
||||
public function getColors()
|
||||
{
|
||||
return $this->color->getList();
|
||||
}
|
||||
|
||||
public function recurrenceTriggers()
|
||||
{
|
||||
return $this->task->getRecurrenceTriggerList();
|
||||
|
||||
Reference in New Issue
Block a user