aboutsummaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
authorPeter Thienel <thienel@data-quest.de>2024-12-23 13:12:17 +0000
committerPeter Thienel <thienel@data-quest.de>2024-12-23 13:12:17 +0000
commit5eecc9a11a381575a30d3d4d1a0484b8021689d5 (patch)
tree1e60cb4ea3011db1bb58e03f0b2b88eb665bdca4 /app/controllers
parent5f8c492f51f3e0eda579157312b4ed5f7fa024e1 (diff)
Resolve "Fehler beim Speichern eines Moduls in der Originalsprache"issue-5080biest-4859
Closes #5070 Merge request studip/studip!3794
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/module/module.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/controllers/module/module.php b/app/controllers/module/module.php
index 08597f1..7b862d4 100644
--- a/app/controllers/module/module.php
+++ b/app/controllers/module/module.php
@@ -295,13 +295,6 @@ class Module_ModuleController extends MVVController
$this->modul->fassung_typ = Request::option('fassung_typ');
$this->modul->version = trim(Request::get('version'));
$this->modul->verantwortlich = trim(Request::get('verantwortlich'));
- // change original language
- if (
- !$this->modul->isNew()
- && $this->modul->original_language !== Request::option('original_language')
- ) {
- $this->setOriginalLanguage($this->modul, Request::option('original_language'));
- }
}
$deskriptor_fields = ['bezeichnung', 'verantwortlich',