mirror of https://github.com/itflow-org/itflow
Used status var unstead of get status var for checkall
This commit is contained in:
parent
65ff008ccf
commit
ecce994921
|
|
@ -9,7 +9,7 @@
|
|||
<tr>
|
||||
|
||||
<td>
|
||||
<?php if ($_GET['status'] !== 'Closed') { ?>
|
||||
<?php if ($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