added overview for editing Bismeldestichtage

This commit is contained in:
KarpAlex
2023-06-07 19:25:23 +02:00
parent df64ad30eb
commit f95c5ec7cf
6 changed files with 210 additions and 0 deletions
@@ -0,0 +1,17 @@
<?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'
);