mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Added: Zeitverfuegbarkeit-Notizfeld ist nun verpflichtend in Assistenzsicht
This commit is contained in:
@@ -227,6 +227,11 @@ class AdminZeitverfuegbarkeit extends Auth_Controller
|
||||
{
|
||||
return (error('LektorIn fehlt'));
|
||||
}
|
||||
|
||||
if (isEmptyString($post['bezeichnung']))
|
||||
{
|
||||
return (error('Notiz fehlt'));
|
||||
}
|
||||
|
||||
if (isEmptyString($post['vondatum']))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user