Improve activity stream/notification for task update events and add new notification for swimlane change
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
<p class="activity-datetime">
|
||||
<?php if ($this->text->contains($event['event_name'], 'subtask')): ?>
|
||||
<i class="fa fa-tasks"></i>
|
||||
<?php elseif ($this->text->contains($event['event_name'], 'task.move')): ?>
|
||||
<i class="fa fa-arrows-alt"></i>
|
||||
<?php elseif ($this->text->contains($event['event_name'], 'task')): ?>
|
||||
<i class="fa fa-newspaper-o"></i>
|
||||
<?php elseif ($this->text->contains($event['event_name'], 'comment')): ?>
|
||||
|
||||
Reference in New Issue
Block a user