From 1ee8122e7769f71b850b744aed241e1a49113274 Mon Sep 17 00:00:00 2001 From: Karl Burkhart Date: Tue, 20 Sep 2011 08:31:12 +0000 Subject: [PATCH] =?UTF-8?q?l=C3=A4dt=20nun=20auch=20die=20ressourcen=20zu?= =?UTF-8?q?=20einem=20projekt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/projekt/projekt.overlay.js.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/projekt/projekt.overlay.js.php b/content/projekt/projekt.overlay.js.php index 809a0f13a..b3f96764d 100755 --- a/content/projekt/projekt.overlay.js.php +++ b/content/projekt/projekt.overlay.js.php @@ -155,9 +155,15 @@ function onselectProjekt() document.getElementById('textbox-projekt-detail-ende').value=ende; document.getElementById('checkbox-projekt-detail-neu').checked=false; + //Notizen zu einem Projekt Laden notiz = document.getElementById('box-projekt-notizen'); notiz.LoadNotizTree(projekt_kurzbz,'','','','','','', ''); + + ressource = document.getElementById('box-projekt-ressourcen'); + ressource.LoadRessourceTree(projekt_kurzbz,''); + + } // **** // * Speichert die Details @@ -183,7 +189,6 @@ function saveProjektDetail() soapBody.appendChild(new SOAPObject("nummer")).val(nummer); soapBody.appendChild(new SOAPObject("beginn")).val(beginn); soapBody.appendChild(new SOAPObject("ende")).val(ende); - if(neu) soapBody.appendChild(new SOAPObject("neu")).val('true'); else @@ -220,6 +225,7 @@ function clb_saveProjekt(respObj) // **** function ProjektTreeSelectProjekt() { + var tree=document.getElementById('tree-projekt'); var items = tree.view.rowCount; //Anzahl der Zeilen ermitteln