mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 01:42:17 +00:00
gantt chart zeichnet sich neu wenn projekt/phase gespeichert wird
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user