You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2009/05/29 23:25:32 UTC

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

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>