mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
Bugfix für speichern ohne Seitenreload
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user