You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2018/06/07 11:51:00 UTC

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

     [ 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)