Merge pull-request #2587
This commit is contained in:
@@ -54,6 +54,8 @@
|
||||
<?= $this->text->in($param_value, $categories_list) ?>
|
||||
<?php elseif ($this->text->contains($param_name, 'link_id')): ?>
|
||||
<?= $this->text->in($param_value, $links_list) ?>
|
||||
<?php elseif ($this->text->contains($param_name, 'swimlane_id')): ?>
|
||||
<?= $this->text->in($param_value, $swimlane_list) ?>
|
||||
<?php else: ?>
|
||||
<?= $this->text->e($param_value) ?>
|
||||
<?php endif ?>
|
||||
|
||||
Reference in New Issue
Block a user