From 121cd13e2421fa0a241a7d8f370dca4622f12d33 Mon Sep 17 00:00:00 2001 From: Lukas Staab <14363325+lukas-staab@users.noreply.github.com> Date: Fri, 19 Dec 2025 09:28:03 +0100 Subject: [PATCH] Update hs-harz @ config.orgs.php --- legacy/config/config.orgs.php | 38 +++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/legacy/config/config.orgs.php b/legacy/config/config.orgs.php index fc214291..9a96dcb9 100644 --- a/legacy/config/config.orgs.php +++ b/legacy/config/config.orgs.php @@ -604,4 +604,42 @@ 'min-description-length' => 10, ], ], + 'hs-harz' => [ + 'gremien' => [ + 'Zentral' => [ + 'Studierendenrat (StuRa)', + 'Vorstand' + ], + 'Referate' => [ + 'Referat Finanzen', + 'Referat Veranstaltungen', + 'Referat Initiativen und Hochschulsport', + 'Referat Studentische Angelegenheiten und Internationales', + 'Referat Kommunikation mit dem Standort Halberstadt', + 'Referat Marketing' + ], + ], + 'rechtsgrundlagen' => [ + 'stura' => [ + 'label' => 'StuRa-Beschluss', + 'label-additional' => 'Beschluss-Nr', + 'placeholder' => '', + 'hint-text' => 'Für FSR-Titel ist zusätzlich zum StuRa Beschluss zusätzlich ein FSR Beschluss notwendig.', + ], + 'andere' => [ + 'label' => 'Andere Rechtsgrundlage', + 'label-additional' => 'Andere Rechtsgrundlage angeben', + 'hint-text' => '', + 'placeholder' => '', + ], + ], + 'mailinglists' => [], + 'impressum-url' => 'https://open-administration.de/index.php/kontakt-und-impressum/', + 'datenschutz-url' => 'https://open-administration.de/index.php/datenschutz/', + 'issues-url' => '', + 'help-url' => 'mailto:service@open-administration.de', + 'mail-domain' => 'open-administration.de', + 'finanzen-mail' => 'lukas.staab@open-administration.de', + 'projekt-form' => [], + ], ];