svn commit: r605822 - in /ofbiz/trunk/specialpurpose/projectmgr: script/org/ofbiz/project/ProjectServices.xml webapp/projectmgr/WEB-INF/actions/EditWeekTimesheet.bsh widget/CommonScreens.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r605822 - in /ofbiz/trunk/specialpurpose/projectmgr: script/org/ofbiz/project/ProjectServices.xml webapp/projectmgr/WEB-INF/actions/EditWeekTimesheet.bsh widget/CommonScreens.xml

hansbak-2
Author: hansbak
Date: Wed Dec 19 23:46:20 2007
New Revision: 605822

URL: http://svn.apache.org/viewvc?rev=605822&view=rev
Log:
removal of debug logging and not required heading

Modified:
    ofbiz/trunk/specialpurpose/projectmgr/script/org/ofbiz/project/ProjectServices.xml
    ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/actions/EditWeekTimesheet.bsh
    ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml

Modified: ofbiz/trunk/specialpurpose/projectmgr/script/org/ofbiz/project/ProjectServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/script/org/ofbiz/project/ProjectServices.xml?rev=605822&r1=605821&r2=605822&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/script/org/ofbiz/project/ProjectServices.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/script/org/ofbiz/project/ProjectServices.xml Wed Dec 19 23:46:20 2007
@@ -760,7 +760,6 @@
         </if-not-empty>
     </simple-method>
     <simple-method method-name="updateMyTaskAssigment" short-description="Update the workEffortPartyAssigment, if required create a new one by re-assigment">
-        <log level="always" message="==========party:${parameters.partyId} userloginparty:${userLogin.partyId}"></log>
         <if-compare-field field-name="parameters.partyId" to-field-name="userLogin.partyId" operator="equals">
             <if-compare field-name="parameters.statusId" value="CAL_COMPLETED" operator="equals">
                 <now-timestamp-to-env env-name="upd.thruDate"/>
@@ -776,7 +775,6 @@
                     <result-to-field result-name="projectId" field-name="findAssign.workEffortId"/>
                 </call-service>
                 <set field="findAssign.partyId" from-field="parameters.partyId"/>
-                <log level="always" message="====== find new Party:${findAssign}"></log>
                 <find-by-and entity-name="WorkEffortPartyAssignment" map-name="findAssign" list-name="assignments"/>
                 <filter-list-by-date list-name="assignments" to-list-name="validAssignments"/>
                 <set field="findValidAssign.partyId" from-field="parameters.partyId"/>
@@ -787,7 +785,6 @@
                     <set-service-fields service-name="updatePartyToWorkEffortAssignment" map-name="parameters" to-map-name="endAssign"/>
                     <set field="endAssign.partyId" from-field="userLogin.partyId"/>
                     <now-timestamp-to-env env-name="endAssign.thruDate"/>
-                    <log level="always" message="==========endAssign, workEffort:${endAssign.workEffortId} "></log>
                     <call-service service-name="updatePartyToWorkEffortAssignment" in-map-name="endAssign"/>
                     <!-- ...create new one  -->
                     <set-service-fields service-name="assignPartyToWorkEffort" map-name="parameters" to-map-name="createAssign"/>

Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/actions/EditWeekTimesheet.bsh
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/actions/EditWeekTimesheet.bsh?rev=605822&r1=605821&r2=605822&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/actions/EditWeekTimesheet.bsh (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/actions/EditWeekTimesheet.bsh Wed Dec 19 23:46:20 2007
@@ -135,7 +135,6 @@
     entry.put("6", day6Total);
     entry.put("workEffortId", "Totals");
     entry.put("total", day0Total+day1Total+day2Total+day3Total+day4Total+day5Total+day6Total);
-        Debug.logInfo("=====" + entry, "");
     entries.add(entry);
 }
 context.put("timeEntries", entries);

Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml?rev=605822&r1=605821&r2=605822&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml Wed Dec 19 23:46:20 2007
@@ -254,7 +254,6 @@
                             </condition>
                             <widgets>
                                 <include-menu name="MyTimeSubTabBar" location="component://projectmgr/widget/Menus.xml"/>
-                                <label style="head2" text="${uiLabelMap.${labelTitleProperty}} ${uiLabelMap.CommonId}:[${paymentId}]  ${${extraFunctionName}}"/>
                                 <decorator-section-include name="body"/>
                             </widgets>
                             <fail-widgets>