mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Fix checkAll ticket box not showing when status wasn't set - should only be hidden for the closed view
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<tr>
|
||||
|
||||
<td>
|
||||
<?php if (isset($_GET['status']) && $_GET['status'] !== 'Closed') { ?>
|
||||
<?php if ($_GET['status'] !== 'Closed') { ?>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" id="selectAllCheckbox" type="checkbox" onclick="checkAll(this)" onkeydown="checkAll(this)">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user