[
https://issues.apache.org/jira/browse/OFBIZ-5456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
HotWax Media OFBiz Team updated OFBIZ-5456:
-------------------------------------------
Attachment: OFBIZ-5456.patch
Test Case: Go to partymgr(https://localhost:8443/partymgr/control/main)
2. Search and select any party from the the result
3. Click on PartyContent screen and add 'Logo Image Url' from 'Add Party
Content' including upload image.Expected Result: On party profile page uploaded
logo image should display under 'Personal Image' field.
> Party logo images not stored in SystemProperty location
> -------------------------------------------------------
>
> Key: OFBIZ-5456
> URL: https://issues.apache.org/jira/browse/OFBIZ-5456
> Project: OFBiz
> Issue Type: Bug
> Components: content, party
> Environment: multi-server, multi-tenant
> Reporter: Pierre Smits
> Attachments: OFBIZ-5456.patch
>
>
> In a multi-server setup we have defined a shared location for storage of
> tenant specific images etc.
> We have set this location in table SystemProperty as an override to the
> default location in content.properties.
> Our definition is:
> <SystemProperty createdStamp="2014-01-03 13:55:07.124"
> createdTxStamp="2014-01-03 13:55:07.124" description="Default location for
> party logo images etc" lastUpdatedStamp="2014-01-03 13:55:07.124"
> lastUpdatedTxStamp="2014-01-03 13:55:07.124"
> systemPropertyId="content.upload.path.prefix"
> systemPropertyValue="/test-data/tenant1/images" systemResourceId="content"/>
> However, this setting is not used when when uploading a logo image in
> partymgr of the tenant. In stead the default location (as in
> content.properties) is used.
--
This message was sent by Atlassian JIRA
(v6.2#6252)