[jira] [Updated] (OFBIZ-7794) Error when updating file in CMS

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-7794) Error when updating file in CMS

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-7794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux updated OFBIZ-7794:
-----------------------------------
    Description:
In-Parameter missing:
updateContentAndUploadedFile.partyContentTypeId
updateContentAndUploadedFile.partyId

I guess it has been introduced by OFBIZ-7374 as service updateContentAndUploadedFile has been changed:
{code}
-            <invoke name="updateContent"/>
+            <invoke name="updatePartyContent"/>
{code}

The change expects all content updated by updateContentAndUploadedFile  to be partyContent.

  was:
In-Parameter missing:
updateContentAndUploadedFile.partyContentTypeId
updateContentAndUploadedFile.partyId

I guess it has been introduced by jira-7374 as service updateContentAndUploadedFile has been changed:

-            <invoke name="updateContent"/>
+            <invoke name="updatePartyContent"/>

The change expects all content updated by updateContentAndUploadedFile  to be partyContent.


> Error when updating file in CMS
> -------------------------------
>
>                 Key: OFBIZ-7794
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-7794
>             Project: OFBiz
>          Issue Type: Bug
>          Components: content
>    Affects Versions: Trunk
>            Reporter: Ingo Wolfmayr
>            Priority: Major
>
> In-Parameter missing:
> updateContentAndUploadedFile.partyContentTypeId
> updateContentAndUploadedFile.partyId
> I guess it has been introduced by OFBIZ-7374 as service updateContentAndUploadedFile has been changed:
> {code}
> -            <invoke name="updateContent"/>
> +            <invoke name="updatePartyContent"/>
> {code}
> The change expects all content updated by updateContentAndUploadedFile  to be partyContent.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)