Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-5172

[Filtered contents with slider view] : Links to news of another site does not work

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.5.3, 3.7
    • 3.5.2
    • None
    • None

      Instead of

      <a href="{resolver:resolve('page', $page-id, false)}"> 
      

      should be used

      <a href="{resolver:resolve('page', $page-id, false(), true())}"> 
      

      to have an absolute URL

          [CMS-5172] [Filtered contents with slider view] : Links to news of another site does not work

          Issue cause by FilteredContentsGenerator who does not reinitialize the "siteName" attribute

          Laurence Aumeunier added a comment - Issue cause by FilteredContentsGenerator who does not reinitialize the "siteName" attribute

          Laurence Aumeunier added a comment - - edited

          The url to use is the first one:

          <a href="{resolver:resolve('page', $page-id, false)}">
          

          Passing true fixed the issue but it was only a work around.

          I can not reproduce the issue in bo, preview or live. But in FO the 2 views (feature and carousel) does not work. The default view works fine.

          Laurence Aumeunier added a comment - - edited The url to use is the first one: <a href= "{resolver:resolve( 'page' , $page-id, false)}" > Passing true fixed the issue but it was only a work around. I can not reproduce the issue in bo, preview or live. But in FO the 2 views (feature and carousel) does not work. The default view works fine.

          For feature-list and list-carousel.

          Laurence Perier added a comment - For feature-list and list-carousel.

            laurence Laurence Aumeunier
            lperier Laurence Perier
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: