mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
Merge branch 'bug-19556/Wrong_LV_Id_on_Template_copy'
This commit is contained in:
@@ -1180,6 +1180,7 @@ function saveJsondataFromTree(nodeId, studienplan_id, studienplan_lehrveranstalt
|
||||
{
|
||||
if(d.error!==undefined && d.error=='false')
|
||||
{
|
||||
node.attr("lvid", d.result[0].lehrveranstaltung_id);
|
||||
node.attr("studienplan_lehrveranstaltung_id", d.result[0].studienplan_lehrveranstaltung_id);
|
||||
node.attr("id", d.result[0].studienplan_lehrveranstaltung_id);
|
||||
$("#jsonData").html(d);
|
||||
|
||||
Reference in New Issue
Block a user