Author: hansbak
Date: Tue Nov 15 04:05:53 2011
New Revision: 1202030
URL:
http://svn.apache.org/viewvc?rev=1202030&view=revLog:
logo did not properly display when the website url was specified in the website and the logo was entered in party content
Modified:
ofbiz/trunk/applications/commonext/widget/CommonScreens.xml
ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml
Modified: ofbiz/trunk/applications/commonext/widget/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/widget/CommonScreens.xml?rev=1202030&r1=1202029&r2=1202030&view=diff==============================================================================
--- ofbiz/trunk/applications/commonext/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/commonext/widget/CommonScreens.xml Tue Nov 15 04:05:53 2011
@@ -68,7 +68,7 @@ under the License.
<order-by field-name="-fromDate"/>
</entity-and>
<set field="orgContentId" from-field="orgPartyContentMap[0].contentId"/>
- <set field="orgPartyContent" value="${groovy: orgContentId!=null?"stream?contentId=" + orgContentId : ""}"/>
+ <set field="orgPartyContent" value="${groovy: orgContentId!=null?"content/control/stream?contentId=" + orgContentId : ""}"/>
<set field="layoutSettings.organizationLogoLinkUrl" from-field="orgPartyContent" default-value="${orgPartyLogoMap.logoImageUrl}" global="true"/>
<set field="defaultOrganizationPartyCurrencyUomId" from-field="orgParty.baseCurrencyUomId" default-value="${defaultCurrencyUomId}" global="true"/>
<set field="defaultOrganizationPartyGroupName" from-field="orgParty.groupName" global="true"/>
Modified: ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml?rev=1202030&r1=1202029&r2=1202030&view=diff==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml Tue Nov 15 04:05:53 2011
@@ -41,7 +41,7 @@
<order-by field-name="-fromDate"/>
</entity-and>
<set field="partyContentId" from-field="partyContentList[0].contentId"/>
- <set field="partyContent" value="${groovy: partyContentId!=null?"stream?contentId=" + partyContentId : ""}"/>
+ <set field="partyContent" value="${groovy: partyContentId!=null?"/content/control/stream?contentId=" + partyContentId : ""}"/>
<set field="partyGroupLogoLinkUrl" from-field="partyContent" default-value="${lookupGroup.logoImageUrl}" global="true"/>
</actions>
<widgets>