Add bulk task modification in list view

This commit is contained in:
Frédéric Guillot
2018-06-06 11:07:12 -07:00
parent 653128cdb4
commit 2a299d33d1
39 changed files with 265 additions and 3 deletions

View File

@@ -19,6 +19,9 @@
<li>
<a href="<?= $this->url->href('TaskBulkMoveColumnController', 'show', ['project_id' => $project['id']]) ?>" data-list-item-action="modal"><?= t('Move selected tasks to another column') ?></a>
</li>
<li>
<a href="<?= $this->url->href('TaskBulkChangePropertyController', 'show', ['project_id' => $project['id']]) ?>" data-list-item-action="modal"><?= t('Edit tasks in bulk') ?></a>
</li>
</ul>
</div>
</div>