Fix broken "Hide this Column" feature
Fixes #5167 Regression introduced by #4922
This commit is contained in:
parent
89821c759e
commit
65a5f0f47d
|
|
@ -14,7 +14,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- column in expanded mode -->
|
<!-- column in expanded mode -->
|
||||||
<div class="board-column-expanded-header">
|
<div class="board-column-expanded board-column-expanded-header">
|
||||||
<?php if (! $not_editable && $this->projectRole->canCreateTaskInColumn($column['project_id'], $column['id'])): ?>
|
<?php if (! $not_editable && $this->projectRole->canCreateTaskInColumn($column['project_id'], $column['id'])): ?>
|
||||||
<?= $this->task->getNewBoardTaskButton($swimlane, $column) ?>
|
<?= $this->task->getNewBoardTaskButton($swimlane, $column) ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- column in expanded mode -->
|
<!-- column in expanded mode -->
|
||||||
<div class="board-column-expanded-header">
|
<div class="board-column-expanded board-column-expanded-header">
|
||||||
<span class="board-column-title">
|
<span class="board-column-title">
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue