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

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

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

jacopoc
Author: jacopoc
Date: Mon Dec  4 12:06:51 2006
New Revision: 482333

URL: http://svn.apache.org/viewvc?view=rev&rev=482333
Log:
Fixed missing decorator location in two of the communication event screens.
Thanks to Ashish Vijaywargiya for the patch (OFBIZ-520).

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

Modified: incubator/ofbiz/trunk/applications/party/widget/partymgr/CommunicationScreens.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/party/widget/partymgr/CommunicationScreens.xml?view=diff&rev=482333&r1=482332&r2=482333
==============================================================================
--- incubator/ofbiz/trunk/applications/party/widget/partymgr/CommunicationScreens.xml (original)
+++ incubator/ofbiz/trunk/applications/party/widget/partymgr/CommunicationScreens.xml Mon Dec  4 12:06:51 2006
@@ -74,7 +74,7 @@
                 <set field="donePage" from-field="parameters.DONE_PAGE" default-value="ListPartyCommEvents?partyId=${partyId}"/>
             </actions>
             <widgets>
-                <decorator-screen name="CommonCommunicationEventDecorator">
+                <decorator-screen name="CommonCommunicationEventDecorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
                         <section>
                             <!-- do check for PARTYMGR, _VIEW permission -->
@@ -452,7 +452,7 @@
                 <set field="workEffortId" from-field="parameters.workEffortId"/>
             </actions>
             <widgets>
-                <decorator-screen name="CommonCommunicationEventDecorator">
+                <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"/>