Improve activity stream/notification for task update events and add new notification for swimlane change
This commit is contained in:
@@ -8,4 +8,9 @@
|
||||
</p>
|
||||
<p class="activity-description">
|
||||
<em><?= $this->e($task['title']) ?></em>
|
||||
<?php if (isset($changes)): ?>
|
||||
<div class="activity-changes">
|
||||
<?= $this->render('task/changes', array('changes' => $changes, 'task' => $task)) ?>
|
||||
</div>
|
||||
<?php endif ?>
|
||||
</p>
|
||||
Reference in New Issue
Block a user