Show changes in task update notifications

This commit is contained in:
Frederic Guillot
2015-06-13 22:55:01 -04:00
parent a9f9761539
commit a785810f2d
3 changed files with 61 additions and 38 deletions

View File

@@ -268,7 +268,7 @@ class Notification extends Base
{
return $this->template->render(
'notification/'.str_replace('.', '_', $event_name),
$event_data + array('application_url' => $this->config->get('application_url'))
$event_data + array('application_url' => $this->config->get('application_url'), 'colors_list' => $this->color->getList())
);
}