mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-15 19:19:28 +00:00
Berechtigungen korrigiert
This commit is contained in:
@@ -184,7 +184,7 @@ if($xsl=='AccountInfo')
|
||||
}
|
||||
elseif(in_array($xsl,array('Zertifikat','Diplomurkunde','Diplomzeugnis','Bakkurkunde','BakkurkundeEng','Bakkzeugnis',
|
||||
'PrProtokollBakk','PrProtokollDipl','Lehrauftrag','DiplomurkundeEng','Zeugnis','ZeugnisEng','StudienerfolgEng',
|
||||
'Sammelzeugnis','PrProtDiplEng','PrProtBakkEng','BakkzeugnisEng','DiplomzeugnisEng','statusbericht','Uebernahme',
|
||||
'Sammelzeugnis','PrProtDiplEng','PrProtBakkEng','BakkzeugnisEng','DiplomzeugnisEng','statusbericht',
|
||||
'DiplSupplement','Zutrittskarte','Projektbeschr','Ausbildungsver','AusbildStatus','PrProtBA','PrProtMA',
|
||||
'PrProtBAEng','PrProtMAEng','Studienordnung','Erfolgsnachweis','ErfolgsnwHead','Studienblatt','LV_Informationen','LVZeugnis','AnwListBarcode')))
|
||||
{
|
||||
@@ -202,6 +202,14 @@ elseif(in_array($xsl,array('Inskription','Studienerfolg','OutgoingLearning','Out
|
||||
exit;
|
||||
}
|
||||
}
|
||||
elseif($xsl=='Uebernahme')
|
||||
{
|
||||
if(!$rechte->isBerechtigt('wawi/inventar') && !$rechte->isBerechtigt('assistenz'))
|
||||
{
|
||||
echo 'Sie haben keine Berechtigung dieses Dokument zu erstellen';
|
||||
exit;
|
||||
}
|
||||
}
|
||||
elseif($xsl=='Bestellung')
|
||||
{
|
||||
if(!$rechte->isBerechtigt('wawi/bestellung'))
|
||||
|
||||
Reference in New Issue
Block a user