Uploaded image for project: 'eZ Platform Enterprise Edition'
  1. eZ Platform Enterprise Edition
  2. EZEE-2096

PageBuilder blocks do not contain links to correct translated version

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: High High
    • None
    • 2.2.0-beta1
    • None
    • ezplatform-ee

    Description

      PageBuilder blocks that list content (Collection, ContentList) contain correct Content name when it's translated, but do not contain correct link to Content to preview them in-site.

      Steps to reproduce:
      1. Add following site access configuration:

          siteaccess:
              list: [site, admin, de]
              groups:
                  site_group: [site, de]
                  admin_group: [admin]
              default_siteaccess: site
              match:
                  URIElement: 1
      
          # System settings, grouped by siteaccess and/or siteaccess group
          system:
              site:
                  languages: [eng-GB]
              de:
                  languages: [de-DE, eng-GB]
      

      (remember the comment the languages section in site_group)
      2. Add the German language with de-DE code
      3. Add permissions to Anonymous user to view that site access
      4. Create new Folder in German: name it "GermanAsMain"
      5. Translate it to English: name it "EnglishSecondary"
      6. Create new Landing Page in English
      7. Add Content List block and configure it to display the created Folder (select its parent in UDW)
      8. Publish LP
      9. Look at the Content displayed in the block in View mode (in site site access).

      Result:
      "EnglishSecondary" is displayed in ContentList, but it has the following URL:
      http://v2eedemo.prod/site/germanasmain, which results in 404.
      (Should be:"/site/englishsecondary").

      Attachments

        Activity

          People

            Unassigned Unassigned
            marek.nocon@ibexa.co Marek NocoĊ„
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: