[jira] [Commented] (OFBIZ-10096) Error on updating sub content of CMS webSIte

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

[jira] [Commented] (OFBIZ-10096) Error on updating sub content of CMS webSIte

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-10096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16298458#comment-16298458 ]

Jacques Le Roux commented on OFBIZ-10096:
-----------------------------------------

Yes this is due to this in OFBIZ-9907
{code}
Index: applications/content/servicedef/secas.xml
===================================================================
--- applications/content/servicedef/secas.xml (revision 1813586)
+++ applications/content/servicedef/secas.xml (working copy)
@@ -162,7 +162,7 @@
     </eca>
     <eca service="updateContent" event="commit">
         <condition field-name="contentAssocTypeId" operator="is-not-empty"/>
-        <condition field-name="contentIdFrom" operator="is-not-empty"/>
+        <condition field-name="contentId" operator="is-not-empty"/>
         <condition field-name="fromDate" operator="is-not-empty"/>
         <action service="updateContentAssoc" mode="sync" run-as-user="system"/>
     </eca>
{code}

> Error on updating sub content of CMS webSIte
> --------------------------------------------
>
>                 Key: OFBIZ-10096
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10096
>             Project: OFBiz
>          Issue Type: Bug
>          Components: content
>    Affects Versions: Trunk
>            Reporter: Aditya Sharma
>            Assignee: Aditya Sharma
>            Priority: Minor
>         Attachments: screenshot-1.png
>
>
> Steps to reproduce:
> 1. Go to Content component https://demo-trunk.ofbiz.apache.org/content/control/main
> 2. Click on webSiteId link of any website with sub-content as webpage (https://demo-trunk.ofbiz.apache.org/content/control/EditWebSite?webSiteId=CmsSite)
> 3. Click on CMS from submenu (https://demo-trunk.ofbiz.apache.org/content/control/WebSiteCms?webSiteId=CmsSite)
> 4. From WebSIteNav, click on Cms Site Demo Home page
> Edit content in editor and click save button (available in editor)
> It gives error:
> {quote}
> The Following Errors Occurred:
> The following required parameter is missing: [IN] [updateContentAssoc.contentIdTo]
> {quote}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)