[jira] Closed: (OFBIZ-2746) In Content Manager's CMS sub-module CMSContentFind page doesn't show the content list.

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

[jira] Closed: (OFBIZ-2746) In Content Manager's CMS sub-module CMSContentFind page doesn't show the content list.

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-2746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-2746.
----------------------------------

       Resolution: Fixed
    Fix Version/s: Release Branch 10.04
                   Release Branch 09.04
         Assignee: Jacques Le Roux

Thanks Anil,

I commited your (slightly modified) patch in trunk at r1060546, R10.04 at r 1060551, R9.04 at r1060564  

This modified patch solves the find issue but not the create. I have simply kept
  if (dataResourceId) {
instead of
  if (!dataResourceId) {
in CmsEditAddPrep.groovy
because it's an obvious error (NPE the line after else). But it does not solve another error.

It seems this feature is never used since this patch is waiting a bit of attention for one year and a half now! So I did not create a new issue and will rather wait to see if somebody is interested...


> In Content Manager's CMS sub-module CMSContentFind page doesn't show the content list.
> --------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2746
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2746
>             Project: OFBiz
>          Issue Type: Bug
>          Components: content
>    Affects Versions: SVN trunk
>            Reporter: Anil Soni
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: Release Branch 09.04, Release Branch 10.04, SVN trunk
>
>         Attachments: ContentMgr_CMS.patch
>
>
> In Content Manager's CMS sub-module CMSContentFind page doesn't show the content list.
> I attach the patch to solve it.
> Regards,
> Anil Soni

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.