Author: ashish
Date: Fri Mar 26 12:14:53 2010 New Revision: 927790 URL: http://svn.apache.org/viewvc?rev=927790&view=rev Log: CommonMyCommunicationEventDecorator is first added and then removed in previous commits. Removing its reference as it was breaking the screens in MyPortal section. https://localhost:8443/myportal/control/ViewCommunicationEvent Modified: ofbiz/trunk/applications/party/widget/partymgr/CommonScreens.xml ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml ofbiz/trunk/specialpurpose/myportal/widget/CommonScreens.xml Modified: ofbiz/trunk/applications/party/widget/partymgr/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/CommonScreens.xml?rev=927790&r1=927789&r2=927790&view=diff ============================================================================== --- ofbiz/trunk/applications/party/widget/partymgr/CommonScreens.xml (original) +++ ofbiz/trunk/applications/party/widget/partymgr/CommonScreens.xml Fri Mar 26 12:14:53 2010 @@ -226,12 +226,4 @@ under the License. </widgets> </section> </screen> -</screens> - - - - - - - - +</screens> \ No newline at end of file Modified: ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml?rev=927790&r1=927789&r2=927790&view=diff ============================================================================== --- ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml (original) +++ ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml Fri Mar 26 12:14:53 2010 @@ -284,9 +284,6 @@ under the License. </actions> <widgets> <section> - <condition> - <if-empty field="parameters.my"/> - </condition> <widgets> <decorator-screen name="CommonCommunicationEventDecorator" location="${parameters.mainDecoratorLocation}"> <decorator-section name="body"> @@ -294,13 +291,6 @@ under the License. </decorator-section> </decorator-screen> </widgets> - <fail-widgets> - <decorator-screen name="CommonMyCommunicationEventDecorator" location="${parameters.mainDecoratorLocation}"> - <decorator-section name="body"> - <include-screen name="commOverview"/> - </decorator-section> - </decorator-screen> - </fail-widgets> </section> </widgets> </section> Modified: ofbiz/trunk/specialpurpose/myportal/widget/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/myportal/widget/CommonScreens.xml?rev=927790&r1=927789&r2=927790&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/myportal/widget/CommonScreens.xml (original) +++ ofbiz/trunk/specialpurpose/myportal/widget/CommonScreens.xml Fri Mar 26 12:14:53 2010 @@ -88,7 +88,7 @@ under the License. <screen name="CommonCommunicationEventDecorator"> <section> <widgets> - <decorator-screen name="CommonMyCommunicationEventDecorator" location="${parameters.mainDecoratorLocation}"> + <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}"> <decorator-section name="body"> <decorator-section-include name="body"/> </decorator-section> |
Free forum by Nabble | Edit this page |