diff --git a/content/projekt/projektphase.overlay.js.php b/content/projekt/projektphase.overlay.js.php
index 081d0feeb..e1e39bc0e 100755
--- a/content/projekt/projektphase.overlay.js.php
+++ b/content/projekt/projektphase.overlay.js.php
@@ -146,7 +146,7 @@ function onselectTreeProjektphase()
var rdfService = Components.classes["@mozilla.org/rdf/rdf-service;1"].
getService(Components.interfaces.nsIRDFService);
var subject = rdfService.GetResource("http://www.technikum-wien.at/projektphase/" + projektphase_id);
- console.log(subject);
+ //console.log(subject);
var predicateNS = "http://www.technikum-wien.at/projektphase/rdf";
//Daten holen
@@ -243,7 +243,8 @@ function saveProjektphaseDetail()
phase.appendChild(new SOAPObject("projektphase_fk")).val(projektphase_fk);
phase.appendChild(new SOAPObject("projekt_kurzbz")).val(projekt_kurzbz);
phase.appendChild(new SOAPObject("bezeichnung")).cdataval(bezeichnung);
- phase.appendChild(new SOAPObject("typ")).cdataval(typ);
+ phase.appendChild(new SOAPObject("typ")).cdataval(typ);
+ phase.appendChild(new SOAPObject("ressource_id")).val(ressource_id);
phase.appendChild(new SOAPObject("beschreibung")).cdataval(beschreibung);
phase.appendChild(new SOAPObject("start")).val(start);
phase.appendChild(new SOAPObject("ende")).val(ende);
diff --git a/content/projekt/projektphasedetail.overlay.xul.php b/content/projekt/projektphasedetail.overlay.xul.php
index bd552cf59..71dfd52e6 100755
--- a/content/projekt/projektphasedetail.overlay.xul.php
+++ b/content/projekt/projektphasedetail.overlay.xul.php
@@ -84,7 +84,14 @@ echo '';
-
+
+
+
+
+
+
+
+
diff --git a/include/projektphase.class.php b/include/projektphase.class.php
index 8e2985b3c..81de4e095 100755
--- a/include/projektphase.class.php
+++ b/include/projektphase.class.php
@@ -320,7 +320,7 @@ class projektphase extends basis_db
{
//Neuen Datensatz einfuegen
- $qry='BEGIN; INSERT INTO fue.tbl_projektphase (projekt_kurzbz, projektphase_fk, bezeichnung,
+ $qry='BEGIN; INSERT INTO fue.tbl_projektphase (projekt_kurzbz, projektphase_fk, bezeichnung, typ,
beschreibung, start, ende, budget, ressource_id, insertvon, insertamum, updatevon, updateamum, farbe, personentage) VALUES ('.
$this->db_add_param($this->projekt_kurzbz).', '.
$this->db_add_param($this->projektphase_fk).', '.
diff --git a/rdf/projektphase.rdf.php b/rdf/projektphase.rdf.php
index a28a11ef5..ddd88ef94 100755
--- a/rdf/projektphase.rdf.php
+++ b/rdf/projektphase.rdf.php
@@ -61,7 +61,8 @@ if($projektphase_id != '')
$oRdf->obj[$i]->setAttribut('fortschritt',$ergebnis);
$oRdf->obj[$i]->setAttribut('personentage',$phase->personentage);
$oRdf->obj[$i]->setAttribut('farbe',$phase->farbe);
- $oRdf->obj[$i]->setAttribut('typ',$phase->typ);
+ $oRdf->obj[$i]->setAttribut('typ',$phase->typ);
+ $oRdf->obj[$i]->setAttribut('ressource_id',$phase->ressource_id);
if($phase->projektphase_fk!='')
$oRdf->addSequence($phase->projektphase_id, $phase->projektphase_fk);
diff --git a/soap/projektphase.soap.php b/soap/projektphase.soap.php
index 0834c6483..bbe2cf974 100755
--- a/soap/projektphase.soap.php
+++ b/soap/projektphase.soap.php
@@ -70,7 +70,9 @@ function saveProjektphase($username, $passwort, $phase)
$projektphase->projektphase_id=$phase->projektphase_id;
$projektphase->projekt_kurzbz=$phase->projekt_kurzbz;
$projektphase->projektphase_fk=$phase->projektphase_fk;
- $projektphase->bezeichnung = $phase->bezeichnung;
+ $projektphase->bezeichnung = $phase->bezeichnung;
+ $projektphase->typ = $phase->typ;
+ $projektphase->ressource_id = $phase->ressource_id;
$projektphase->beschreibung = $phase->beschreibung;
$projektphase->start = $phase->start;
$projektphase->ende = $phase->ende;
diff --git a/soap/projektphase.wsdl.php b/soap/projektphase.wsdl.php
index 25733080f..6039e5184 100755
--- a/soap/projektphase.wsdl.php
+++ b/soap/projektphase.wsdl.php
@@ -24,13 +24,15 @@ xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
-
+
+
+
-
+