svn commit: r780111 - /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: r780111 - /ofbiz/trunk/applications/party/widget/partymgr/CommunicationScreens.xml

adrianc
Author: adrianc
Date: Fri May 29 21:25:15 2009
New Revision: 780111

URL: http://svn.apache.org/viewvc?rev=780111&view=rev
Log:
Fixed a problem in the ViewCommunicationEvent screen - https://issues.apache.org/jira/browse/OFBIZ-2551.

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=780111&r1=780110&r2=780111&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/CommunicationScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/CommunicationScreens.xml Fri May 29 21:25:15 2009
@@ -179,7 +179,7 @@
                 <set field="my" from-field="parameters.my"/>
             </actions>
             <widgets>
-                <decorator-screen name="Common${my}CommunicationEventDecorator" location="${parameters.mainDecoratorLocation}">
+                <decorator-screen name="CommonCommunicationEventDecorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
                         <include-screen name="commOverview"/>
                     </decorator-section>