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>
|
||||
|
||||
<!-- 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'])): ?>
|
||||
<?= $this->task->getNewBoardTaskButton($swimlane, $column) ?>
|
||||
<?php endif ?>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue