Details
Description
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.
Attachments
Attachments
Issue Links
- is related to
-
OFBIZ-5458 getSystemPropertyValue is never called/used
- Closed