[jira] [Commented] (OFBIZ-10833) CMS add content not working

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

[jira] [Commented] (OFBIZ-10833) CMS add content not working

Nicolas Malin (Jira)

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

Swapnil M Mane commented on OFBIZ-10833:
----------------------------------------

Hello team,

Attaching the patch to fix the issue. Please have a look and let me know if you any inputs.

As mentioned in my previous comment, a request can only be parsed once and thus the parameters will not be available to the next response.

To fix this issue, set the consumed parameters [except uploaded file(s) *1] in the request attribute so that it will be available to the next response.

[*1] The uploaded file(s) are not set in request attribute again to avoid unnecessary memory consumption, also it makes no sense to traverse the uploaded file in the request.

 

Thanks, [~iwolf] for reporting the issue, you also try the attached patch.

> CMS add content not working
> ---------------------------
>
>                 Key: OFBIZ-10833
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10833
>             Project: OFBiz
>          Issue Type: Bug
>          Components: content
>    Affects Versions: Trunk, 17.12.01
>            Reporter: Ingo Wolfmayr
>            Assignee: Swapnil M Mane
>            Priority: Major
>         Attachments: OFBIZ-10833.patch
>
>
> On demo: content --> "CmsSite" --> CMS:
> Right click on one of the items to add "New Long Text" or "Image".
> After saving the new content:
> Edit WebSite CMS For: []
> "There is no Content PUBLISH_POINT for this WebSite!"
> Having the same problem on a  17.12 local installation.
> h1.  



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