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

2018-01-15 Thread Aditya Sharma (JIRA)

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

Aditya Sharma commented on OFBIZ-10096:
---

Thanks Jacques :) I am working on OFBIZ-10093 replacing the elrte plugin so if 
the change is minor I will add a patch along with that only. So we can close it 
for now.

> 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: OFBIZ-10096.patch, 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
(v7.6.3#76005)


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

2018-01-14 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-10096:
-

Thanks Aditya,

Your patch is in 
trunk r1821115  
R17.12 r1821116

R16.11 should not be concerned (not tested)

Aditya, I let you decide if you want to continue for the widget button here or 
to close and create another Jira

> 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: OFBIZ-10096.patch, 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)


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

2017-12-20 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-10096:
-

When I reverted this change I no longer saw the error in log, but weirdly the 
content is still not updated if I don't do it in source :-o

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


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

2017-12-20 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-10096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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 @@
 
 
 
-
+
 
 
 
{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)


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

2017-12-19 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-10096:
-

Could be related with OFBIZ-9907, to be checked...

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


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

2017-12-19 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-10096:
-

I don't reproduce on screen but get same error in log:
{code}
2017-12-19 16:56:16,790 |jsse-nio-8443-exec-9 |ServiceDispatcher 
|E| Incoming context (in runSync : updateContentAssoc) does not match expected 
requirements
org.apache.ofbiz.service.ServiceValidationException: Le paramÞtre requis 
suivant manque : [IN] [updateContentAssoc.contentIdTo]
{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)