You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2008/01/17 06:10:17 UTC

svn commit: r612710 - in /ofbiz/trunk/specialpurpose/projectmgr: servicedef/services.xml webapp/projectmgr/WEB-INF/controller.xml widget/forms/TaskForms.xml

Author: hansbak
Date: Wed Jan 16 21:10:16 2008
New Revision: 612710

URL: http://svn.apache.org/viewvc?rev=612710&view=rev
Log:
corrected spelling mistake

Modified:
    ofbiz/trunk/specialpurpose/projectmgr/servicedef/services.xml
    ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/controller.xml
    ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TaskForms.xml

Modified: ofbiz/trunk/specialpurpose/projectmgr/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/servicedef/services.xml?rev=612710&r1=612709&r2=612710&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/servicedef/services.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/servicedef/services.xml Wed Jan 16 21:10:16 2008
@@ -201,8 +201,8 @@
         <attribute name="fromDate" type="Timestamp" mode="IN" optional="true"/>
     </service>
 
-    <service name="addTaskAssigment" default-entity-name="WorkEffortPartyAssignment" engine="simple"
-        location="org/ofbiz/project/ProjectServices.xml" invoke="addTaskAssigment">
+    <service name="addTaskAssignment" default-entity-name="WorkEffortPartyAssignment" engine="simple"
+        location="org/ofbiz/project/ProjectServices.xml" invoke="addTaskAssignment">
         <description>Add a WorkEffortPartyAssignment</description>
         <permission-service service-name="projectMgrPermission" main-action="UPDATE" />
         <attribute name="workEffortId" type="String" mode="IN"/>

Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/controller.xml?rev=612710&r1=612709&r2=612710&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/controller.xml Wed Jan 16 21:10:16 2008
@@ -170,9 +170,9 @@
         <response name="success" type="view" value="MyTasks"/>
         <response name="error" type="view" value="MyTasks"/>
     </request-map>
-    <request-map uri="addTaskAssigment">
+    <request-map uri="addTaskAssignment">
         <security https="true" auth="true"/>
-        <event type="service" invoke="addTaskAssigment"/>
+        <event type="service" invoke="addTaskAssignment"/>
         <response name="success" type="view" value="MyTasks"/>
         <response name="error" type="view" value="MyTasks"/>
     </request-map>

Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TaskForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TaskForms.xml?rev=612710&r1=612709&r2=612710&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TaskForms.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TaskForms.xml Wed Jan 16 21:10:16 2008
@@ -266,7 +266,7 @@
         <field name="remove" title="${uiLabelMap.CommonRemove}"><hyperlink target="updateTaskAssigment?workEffortId=${workEffortId}&amp;partyId=${partyId}&amp;roleTypeId=${roleTypeId}&amp;fromDate=${fromDate}&amp;statusId=PAS_ENDED" description="${uiLabelMap.CommonRemove}"/></field>
         <field name="toComplete" title="${uiLabelMap.CommonStatustoComplete}"><hyperlink target="updateTaskAssigment?workEffortId=${workEffortId}&amp;partyId=${partyId}&amp;roleTypeId=${roleTypeId}&amp;fromDate=${fromDate}&amp;statusId=PAS_COMPLETED" description="${uiLabelMap.CommonStatustoComplete}"/></field>
     </form>
-    <form name="assignTaskToMe" type="single" target="addTaskAssigment">
+    <form name="assignTaskToMe" type="single" target="addTaskAssignment">
         <field name="partyId"><hidden value="${userLogin.partyId}"/></field>
         <field name="workEffortId" title="${uiLabelMap.ProjectMgrTaskName}">
             <drop-down>