gantt chart zeichnet sich neu wenn projekt/phase gespeichert wird

This commit is contained in:
Karl Burkhart
2012-03-27 12:06:46 +00:00
parent 8bdcf74fa7
commit 92731a6d12
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -226,6 +226,7 @@ function clb_saveProjekt(respObj)
{
var projekt_kurzbz = respObj.Body[0].saveProjektResponse[0].message[0].Text;
ProjektSelectKurzbz = projekt_kurzbz;
drawGantt();
}
catch(e)
{
@@ -260,6 +260,7 @@ function clb_saveProjektphase(respObj)
try
{
var id = respObj.Body[0].saveProjektphaseResponse[0].message[0].Text;
drawGantt();
}
catch(e)
{