[
https://issues.apache.org/jira/browse/OFBIZ-10096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Aditya Sharma updated OFBIZ-10096:
----------------------------------
Attachment: OFBIZ-10096.patch
Problem:
contentIdTo is missing as IN parameter required for updating ContentAssoc.
contentId should be passed as contentIdTo rather then contentId as in ContentAssoc entity, publish point is always stored as contentId and current contentId as contentIdTo. contentId of publish point is available in parameters as contentIdFrom
Solution:
Set hidden parameters contentId to contentIdFrom available in parameters and contentIdTo to contentId of current content.
After this patch, content will be saved when we save it using save button available with elrte plugin toolbar but not with the save button available with the form. I think there is some custom js code for it. I will look into it further.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)