diff --git a/vilesci/lehre/studienordnung.js b/vilesci/lehre/studienordnung.js index c19613b3e..4f6cd56ea 100644 --- a/vilesci/lehre/studienordnung.js +++ b/vilesci/lehre/studienordnung.js @@ -995,6 +995,7 @@ function saveJsondataFromTree(nodeId, studienplan_id, studienplan_lehrveranstalt } }).success(function(d) { + node.attr("studienplan_lehrveranstaltung_id", d.result[0].studienplan_lehrveranstaltung_id); if(d.error=='false') $("#jsonData").html(d); else