Prüfungsprotokoll

- Löschen von Abschlussarbeiten mit freigegebenem Protokoll wird verhindert
- Berechtigungen für web User erteilt damit protokoll gespeichert werden kann
This commit is contained in:
Andreas Österreicher
2020-05-28 19:36:08 +02:00
parent f1a346c545
commit 2fc0b0f0ce
5 changed files with 47 additions and 5 deletions
@@ -29,7 +29,7 @@
<div class="row">
<div class="col-lg-12">
<h3 class="page-header">
<?php echo $this->p->t('abschlusspruefung','Protokoll'); ?>
<?php echo $this->p->t('abschlusspruefung','pruefungsprotokoll'); ?>
</h3>
</div>
</div>
@@ -18,7 +18,7 @@ FROM
WHERE
vorsitz='".$UID."'
AND datum>='2020-05-27'
ORDER BY datum
ORDER BY datum, nachname, vorname
";
$filterWidgetArray = array(