bismeldestichtage gui: removed filters, now just simple tabulator

This commit is contained in:
KarpAlex
2023-07-07 02:12:14 +02:00
parent 8a1de56dc2
commit b7a1add2f3
7 changed files with 57 additions and 51 deletions
@@ -1,17 +0,0 @@
<?php
$filterCmptArray = array(
'app' => 'core',
'datasetName' => 'bismeldestichtag',
'query' => '
SELECT
bmt.meldestichtag_id AS "Id",
bmt.meldestichtag AS "Meldestichtag",
bmt.studiensemester_kurzbz AS "Studiensemester"
FROM
bis.tbl_bismeldestichtag bmt
ORDER BY
meldestichtag DESC, meldestichtag_id DESC
',
'requiredPermissions' => 'admin'
);