Template added
This commit is contained in:
10
Template/board/column_dropdown.php
Normal file
10
Template/board/column_dropdown.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php if ($column['nb_tasks'] > 0 && $this->user->hasProjectAccess('TaskModificationController', 'update', $column['project_id'])): ?>
|
||||
<li>
|
||||
<?= $this->modal->medium('arrows-h', t('Move all tasks to another column'), 'BulkMoveController', 'show', array(
|
||||
'plugin' => 'BulkMoveTasks',
|
||||
'project_id' => $column['project_id'],
|
||||
'column_id' => $column['id'],
|
||||
'swimlane_id' => $swimlane['id'],
|
||||
)) ?>
|
||||
</li>
|
||||
<?php endif ?>
|
||||
Reference in New Issue
Block a user