Add new automated action to change task color based on the task link
This commit is contained in:
@@ -42,6 +42,8 @@
|
||||
<?= $this->text->in($param['value'], $colors_list) ?>
|
||||
<?php elseif ($this->text->contains($param['name'], 'category_id')): ?>
|
||||
<?= $this->text->in($param['value'], $categories_list) ?>
|
||||
<?php elseif ($this->text->contains($param['name'], 'link_id')): ?>
|
||||
<?= $this->text->in($param['value'], $links_list) ?>
|
||||
<?php else: ?>
|
||||
<?= $this->e($param['value']) ?>
|
||||
<?php endif ?>
|
||||
|
||||
Reference in New Issue
Block a user