Fixed gh-514 that table ordering in the admin list views will work again.

This commit is contained in:
Llewellyn van der Merwe 2020-02-22 11:56:01 +02:00
parent b8c9f964e2
commit a2db06fb43
No known key found for this signature in database
GPG Key ID: CAD7B16D27AF28C5
1 changed files with 2 additions and 2 deletions

View File

@ -80,8 +80,8 @@ if ($this->saveOrder)
$this->loadTemplate('batch_body')
); ?>
<?php endif; ?>
<input type="hidden" name="filter_order" value="" />
<input type="hidden" name="filter_order_Dir" value="" />
<input type="hidden" name="filter_order" value="<?php echo $this->listOrder; ?>" />
<input type="hidden" name="filter_order_Dir" value="<?php echo $this->listDirn; ?>" />
<input type="hidden" name="boxchecked" value="0" />
</div>
<?php endif; ?>