/[Apache-SVN]
ViewVC logotype

Revision 1865852


Jump to revision: Previous Next
Author: pawan
Date: Sat Aug 24 14:28:57 2019 UTC (4 years, 8 months ago)
Changed paths: 1
Log Message:
Fixed: Issue of unable to view a PartyContent on view profile page of a party
(OFBIZ-11038)

When click on view button img request will be hit along with contentName and imgId as a parameter. This request invokes serveImage event(DataEvents.java) which is deprecated now.
Instead of img request we can call stream request with contentId as a parameter that invokes serveObjectData event.
This will work as per the value of content-disposition-type (requestHandler.properties) i.e. attachement or inline

Thanks: Devanshu Vyas for reporting the issue and Humera Khan for the patch and Prachi Shastri for testing of the bug.

Changed paths

Path Details
Directoryofbiz/ofbiz-framework/trunk/applications/party/template/party/profileblocks/ContentList.ftl modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26