Fix broken "Hide this Column" feature

Fixes #5167

Regression introduced by #4922
This commit is contained in:
Frédéric Guillot 2023-05-07 10:29:45 -07:00 committed by Frédéric Guillot
parent 89821c759e
commit 65a5f0f47d
2 changed files with 2 additions and 2 deletions

View File

@ -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 ?>

View File

@ -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>