mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-04 12:29:28 +00:00
Fixed double basic gebiet-entries in Reihungstest
This issue popped up when basic gebiete of many Bachelor studies could not be merged (with unique gebiete) due to different reihung. This is fixed now.
This commit is contained in:
@@ -193,7 +193,8 @@ if (isset($_SESSION['pruefling_id']))
|
||||
)
|
||||
|
||||
|
||||
SELECT DISTINCT
|
||||
SELECT DISTINCT ON
|
||||
(gebiet_id, semester)
|
||||
semester,
|
||||
gebiet_id,
|
||||
bezeichnung,
|
||||
@@ -252,6 +253,7 @@ if (isset($_SESSION['pruefling_id']))
|
||||
|
||||
ORDER BY
|
||||
semester,
|
||||
gebiet_id,
|
||||
reihung
|
||||
";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user