[jira] [Comment Edited] (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 edited comment on OFBIZ-10096 at 1/14/18 6:47 PM:
--

Thanks Aditya,

Your patch is in 
trunk r1821115  
R17.12 r1821116

R16.11 is not be concerned

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


was (Author: jacques.le.roux):
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] [Comment Edited] (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 edited comment on OFBIZ-10096 at 12/19/17 3:59 PM:
---

I don't reproduce on screen but get same error in log:
{code}
 Le paramÞtre requis suivant manque : [IN] [updateContentAssoc.contentIdTo]
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]
at 
org.apache.ofbiz.service.ModelService.validate(ModelService.java:672) 
~[ofbiz.jar:?]
at 
org.apache.ofbiz.service.ModelService.validate(ModelService.java:596) 
~[ofbiz.jar:?]
at 
org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:381) 
[ofbiz.jar:?]
at 
org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:228) 
[ofbiz.jar:?]
at 
org.apache.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:88)
 [ofbiz.jar:?]
 at 
org.apache.ofbiz.service.eca.ServiceEcaAction.runAction(ServiceEcaAction.java:128)
 [ofbiz.jar:?]
at 
org.apache.ofbiz.service.eca.ServiceEcaRule.eval(ServiceEcaRule.java:160) 
[ofbiz.jar:?]
 at 
org.apache.ofbiz.service.eca.ServiceEcaUtil.evalRules(ServiceEcaUtil.java:195) 
[ofbiz.jar:?]
at 
org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:498) 
[ofbiz.jar:?]
at 
org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:228) 
[ofbiz.jar:?]
at 
org.apache.ofbiz.service.group.GroupServiceModel.invoke(GroupServiceModel.java:119)
 [ofbiz.jar:?]
   at org.apache.ofbiz.service.group.GroupModel.runAll(GroupModel.java:167) 
[ofbiz.jar:?]
 at org.apache.ofbiz.service.group.GroupModel.run(GroupModel.java:130) 
[ofbiz.jar:?]
at 
org.apache.ofbiz.service.group.ServiceGroupEngine.runSync(ServiceGroupEngine.java:54)
 [ofbiz.jar:?]
 at 
org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:400) 
[ofbiz.jar:?]
at 
org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:228) 
[ofbiz.jar:?]
at 
org.apache.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:88)
 [ofbiz.jar:?]
 at 
org.apache.ofbiz.webapp.event.ServiceEventHandler.invoke(ServiceEventHandler.java:350)
 [ofbiz.jar:?]
at 
org.apache.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:730)
 [ofbiz.jar:?]{code}
Seems due to SECA


was (Author: jacques.le.roux):
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)