mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
Bugfix: 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