You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mr...@apache.org on 2007/12/15 00:52:36 UTC

svn commit: r604334 - /ofbiz/trunk/applications/party/widget/partymgr/CommunicationScreens.xml

Author: mrisaliti
Date: Fri Dec 14 15:52:20 2007
New Revision: 604334

URL: http://svn.apache.org/viewvc?rev=604334&view=rev
Log:
Commit my patch for solve the issue EditCommEventWorkEffort is missing in party/widget/partymgr/CommunicationScreens.xml (OFBIZ-1317)

Modified:
    ofbiz/trunk/applications/party/widget/partymgr/CommunicationScreens.xml

Modified: ofbiz/trunk/applications/party/widget/partymgr/CommunicationScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/CommunicationScreens.xml?rev=604334&r1=604333&r2=604334&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/CommunicationScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/CommunicationScreens.xml Fri Dec 14 15:52:20 2007
@@ -453,7 +453,7 @@
             </widgets>
         </section>
     </screen>
-   <screen name="EditCommWorkEfforts">
+   <screen name="EditCommEventWorkEffort">
         <section>
             <actions>
                 <set field="titleProperty" value="PageTitleListCommWorkEfforts"/>
@@ -467,7 +467,7 @@
                 <decorator-screen name="CommonCommunicationEventDecorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
                         <container><label style="head1" text="${uiLabelMap.PartyCommWorkEfforts}"/></container>
-                        <include-form location="component://party/webapp/partymgr/communication/CommForms.xml" name="EditCommWorkEffort"/>
+                        <include-form location="component://party/webapp/partymgr/communication/CommForms.xml" name="AddCommEventWorkEffort"/>
                     </decorator-section>
                 </decorator-screen>
             </widgets>