board card title click opens the edit modal

This commit is contained in:
2026-07-10 18:06:24 -03:00
parent e032d5d2b4
commit a905079abc
5 changed files with 56 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
<?php if ($this->user->hasProjectAccess('TaskModificationController', 'edit', $task['project_id'])): ?>
<span class="organon-edit-url" style="display:none" data-url="<?= $this->url->href('TaskModificationController', 'edit', array('task_id' => $task['id'])) ?>"></span>
<?php endif ?>