Author: lektran
Date: Thu Jan 22 17:28:58 2009
New Revision: 736882
URL:
http://svn.apache.org/viewvc?rev=736882&view=revLog:
Fix for OFBIZ-2130 reported by Vince Clark.
SFA - ViewProfile (Lead) screen does not show data for Party Content or Notes.
Modified:
ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml
Modified: ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml?rev=736882&r1=736881&r2=736882&view=diff==============================================================================
--- ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml Thu Jan 22 17:28:58 2009
@@ -325,8 +325,17 @@
<include-screen name="Contact" location="component://party/widget/partymgr/ProfileScreens.xml"/>
</container>
<container style="profile-right">
- <include-screen name="Content" location="component://party/widget/partymgr/ProfileScreens.xml"/>
- <include-screen name="Notes" location="component://party/widget/partymgr/ProfileScreens.xml"/>
+ <section>
+ <actions>
+ <set field="parameters.partyId" from-field="partyId" />
+ </actions>
+ <widgets>
+ <include-screen name="Content"
+ location="component://party/widget/partymgr/ProfileScreens.xml" />
+ <include-screen name="Notes"
+ location="component://party/widget/partymgr/ProfileScreens.xml" />
+ </widgets>
+ </section>
</container>
</widgets>
</section>