mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 02:12:17 +00:00
added overview for editing Bismeldestichtage
This commit is contained in:
@@ -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'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user