mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-18 15:32:17 +00:00
OE + ID bei kompatiblen LV
This commit is contained in:
@@ -1284,6 +1284,7 @@ class lehrveranstaltung extends basis_db
|
||||
$obj->stpllv_semester = $lv->stpllv_semester;
|
||||
$obj->stpllv_pflicht = $lv->stpllv_pflicht;
|
||||
$obj->stpllv_koordinator = $lv->stpllv_koordinator;
|
||||
$obj->oe_kurzbz = $lv->oe_kurzbz;
|
||||
$obj->lvnr = $lv->lvnr;
|
||||
|
||||
$values[] = $obj;
|
||||
|
||||
@@ -101,7 +101,7 @@ if (!$db = new basis_db())
|
||||
var html = "";
|
||||
data.result.forEach(function(option)
|
||||
{
|
||||
html+="<option value='"+ option.lehrveranstaltung_id +"'>"+ option.bezeichnung +"</option>";
|
||||
html+="<option value='"+ option.lehrveranstaltung_id +"'>"+ option.bezeichnung + " (" + option.lehrveranstaltung_id + "/" + option.oe_kurzbz + ") </option>";
|
||||
});
|
||||
$("#lvDropdown").html(html);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user