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 2007/12/02 03:51:27 UTC

svn commit: r600228 - in /ofbiz/trunk/specialpurpose/projectmgr: script/org/ofbiz/project/ProjectServices.xml webapp/projectmgr/project/summary/noteinfo.ftl widget/ProjectScreens.xml

Author: hansbak
Date: Sat Dec  1 18:51:26 2007
New Revision: 600228

URL: http://svn.apache.org/viewvc?rev=600228&view=rev
Log:
some small bug fixing'

Modified:
    ofbiz/trunk/specialpurpose/projectmgr/script/org/ofbiz/project/ProjectServices.xml
    ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/summary/noteinfo.ftl
    ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectScreens.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=600228&r1=600227&r2=600228&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/script/org/ofbiz/project/ProjectServices.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/script/org/ofbiz/project/ProjectServices.xml Sat Dec  1 18:51:26 2007
@@ -285,7 +285,7 @@
             <if-empty field-name="highInfo.priority">
                 <set field="highInfo.priority" from-field="lowInfo.priority" />
                 <else>
-                    <if-compare-field map-name="highInfo" to-map-name="lowInfo" field-name="priority" operator="less">
+                    <if-compare-field map-name="highInfo" to-map-name="lowInfo" field-name="priority" operator="greater">
                         <set field="highInfo.priority" from-field="lowInfo.priority" />
                     </if-compare-field>
                 </else>

Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/summary/noteinfo.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/summary/noteinfo.ftl?rev=600228&r1=600227&r2=600228&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/summary/noteinfo.ftl (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/summary/noteinfo.ftl Sat Dec  1 18:51:26 2007
@@ -22,11 +22,11 @@
     <div class="screenlet-title-bar">
       <ul>
         <li class="head3">&nbsp;${uiLabelMap.WorkEffortNotes}</li>
-          <#if project?has_content>
+          <#--if project?has_content>
             <li><a href="<@o...@ofbizUrl>">${uiLabelMap.ProjectMgrNotesCreateNew}</a></li>
           <#else>
             <li><a href="<@o...@ofbizUrl>">${uiLabelMap.ProjectMgrNotesCreateNew}</a></li>
-          </#if>
+          </#if-->
       </ul>
       <br class="clear" />
     </div>

Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectScreens.xml?rev=600228&r1=600227&r2=600228&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectScreens.xml Sat Dec  1 18:51:26 2007
@@ -500,7 +500,7 @@
                                     <include-screen name="PartiesInfo"/>
                                     <include-screen name="NoteInfo"/>
                                 </container>
-                                <!--include-screen name="gantChart"/-->
+                                <include-screen name="gantChart"/>
                             </widgets>
                         </section>
                     </decorator-section>