diff options
| author | Peter Thienel <thienel@data-quest.de> | 2021-12-21 14:34:12 +0000 |
|---|---|---|
| committer | Peter Thienel <thienel@data-quest.de> | 2021-12-21 14:34:12 +0000 |
| commit | 8f75b55e7b43353ed2942ea9f1db2682fd387818 (patch) | |
| tree | c267473c7cd803d6dd90e59648700b86ba616af3 /config | |
| parent | 56975c073f812d1ab5c1a8ad2ac10a1ae05e4275 (diff) | |
Resolve "MVV: "Art der Zulassung" wird nicht bei den Informationen zum Studiengang ausgegeben"
Diffstat (limited to 'config')
| -rw-r--r-- | config/mvv_config.php | 16 | ||||
| -rw-r--r-- | config/mvvconfig/mvv_studiengang.php | 14 | ||||
| -rw-r--r-- | config/mvvconfig/mvv_studiengang_einfach.php | 14 | ||||
| -rw-r--r-- | config/mvvconfig/mvv_studiengang_mehrfach.php | 14 |
4 files changed, 57 insertions, 1 deletions
diff --git a/config/mvv_config.php b/config/mvv_config.php index f428203..dae7c5d 100644 --- a/config/mvv_config.php +++ b/config/mvv_config.php @@ -282,6 +282,20 @@ $GLOBALS['MVV_STUDIENGANG']['PERSONEN_GRUPPEN'] = [ 'default' => '' ]; +$GLOBALS['MVV_STUDIENGANG']['ENROLL'] = [ + 'values' => [ + 'wise' => [ + 'visible' => 1, + 'name' => _('Bewerbung/Einschreibung im Wintersemester möglich') + ], + 'sose' => [ + 'visible' => 1, + 'name' => _('Bewerbung/Einschreibung im Sommersemester möglich') + ] + ], + 'default' => '' +]; + $GLOBALS['MVV_AUFBAUSTUDIENGANG']['TYP'] = [ 'values' => [ 'masterfach' => [ @@ -348,4 +362,4 @@ $GLOBALS['MVV_STGTEIL']['PERSONEN_GRUPPEN'] = [ 'fachberater' => ['visible' => 1, 'name' => _('Studienfachberater')] ], 'default' => 'fachberater' -];
\ No newline at end of file +]; diff --git a/config/mvvconfig/mvv_studiengang.php b/config/mvvconfig/mvv_studiengang.php index 9f6f4bf..ccdd833 100644 --- a/config/mvvconfig/mvv_studiengang.php +++ b/config/mvvconfig/mvv_studiengang.php @@ -332,6 +332,20 @@ $privileges = [ 'MVVFreigabe' => 3 ] ], + 'enroll' => [ + 'planung' => [ + 'MVVEntwickler' => 3, + 'MVVRedakteur' => 3, + 'MVVTranslator' => 1, + 'MVVFreigabe' => 3 + ], + 'genehmigt' => [ + 'MVVEntwickler' => 3, + 'MVVRedakteur' => 3, + 'MVVTranslator' => 1, + 'MVVFreigabe' => 3 + ] + ], // verknüpfte Objekte 'studiengangteile' => [ 'planung' => [ diff --git a/config/mvvconfig/mvv_studiengang_einfach.php b/config/mvvconfig/mvv_studiengang_einfach.php index a044375..263b017 100644 --- a/config/mvvconfig/mvv_studiengang_einfach.php +++ b/config/mvvconfig/mvv_studiengang_einfach.php @@ -332,6 +332,20 @@ $privileges = [ 'MVVFreigabe' => 3 ] ], + 'enroll' => [ + 'planung' => [ + 'MVVEntwickler' => 3, + 'MVVRedakteur' => 3, + 'MVVTranslator' => 1, + 'MVVFreigabe' => 3 + ], + 'genehmigt' => [ + 'MVVEntwickler' => 3, + 'MVVRedakteur' => 3, + 'MVVTranslator' => 1, + 'MVVFreigabe' => 3 + ] + ], // verknüpfte Objekte 'studiengangteile' => [ 'planung' => [ diff --git a/config/mvvconfig/mvv_studiengang_mehrfach.php b/config/mvvconfig/mvv_studiengang_mehrfach.php index a044375..263b017 100644 --- a/config/mvvconfig/mvv_studiengang_mehrfach.php +++ b/config/mvvconfig/mvv_studiengang_mehrfach.php @@ -332,6 +332,20 @@ $privileges = [ 'MVVFreigabe' => 3 ] ], + 'enroll' => [ + 'planung' => [ + 'MVVEntwickler' => 3, + 'MVVRedakteur' => 3, + 'MVVTranslator' => 1, + 'MVVFreigabe' => 3 + ], + 'genehmigt' => [ + 'MVVEntwickler' => 3, + 'MVVRedakteur' => 3, + 'MVVTranslator' => 1, + 'MVVFreigabe' => 3 + ] + ], // verknüpfte Objekte 'studiengangteile' => [ 'planung' => [ |
