mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 09:04:28 +00:00
bismeldestichtage gui: removed filters, now just simple tabulator
This commit is contained in:
@@ -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'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user