Pierre Smits created OFBIZ-5456:
-----------------------------------
Summary: 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
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.1.5#6160)