mirror of https://github.com/itflow-org/itflow
Fix checkAll ticket box not showing when status wasn't set - should only be hidden for the closed view
This commit is contained in:
parent
9a5a4be64a
commit
21aee98f9f
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue