Do not show empty swimlanes in public view
This commit is contained in:
@@ -18,6 +18,7 @@ Core functionalities moved to plugins:
|
|||||||
|
|
||||||
Improvements:
|
Improvements:
|
||||||
|
|
||||||
|
* Do not show empty swimlanes in public view
|
||||||
* Change swimlane layout to save space on the screen
|
* Change swimlane layout to save space on the screen
|
||||||
* Add the possibility to set/unset max column height (column scrolling)
|
* Add the possibility to set/unset max column height (column scrolling)
|
||||||
* Show "Open this task" in dropdown menu for closed tasks
|
* Show "Open this task" in dropdown menu for closed tasks
|
||||||
|
|||||||
@@ -25,6 +25,8 @@
|
|||||||
)) ?>
|
)) ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
||||||
|
<?php if (! ($swimlane['nb_tasks'] === 0 && isset($not_editable))): ?>
|
||||||
|
|
||||||
<?php if ($swimlane['nb_swimlanes'] > 1): ?>
|
<?php if ($swimlane['nb_swimlanes'] > 1): ?>
|
||||||
<?= $this->render('board/table_swimlane', array(
|
<?= $this->render('board/table_swimlane', array(
|
||||||
'project' => $project,
|
'project' => $project,
|
||||||
@@ -41,6 +43,8 @@
|
|||||||
)) ?>
|
)) ?>
|
||||||
|
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
||||||
|
<?php endif ?>
|
||||||
<?php endforeach ?>
|
<?php endforeach ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
Reference in New Issue
Block a user