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

Removing content from custom block's embed field in Site Factory is not possible when multiple embeds are in place

    XMLWordPrintable

Details

    Description

      The customer observed that removing content from embed field is not possible when there are multiple of them in the Site Factory custom block.

      Steps to reproduce:
      1. Create a fresh installation of eZ Platform EE 3.0.5.
      2. Use the following example configuration for a custom block:

      ezplatform_page_fieldtype:
          blocks:
              custom_block:
                  name: Custom block
                  category: default
                  thumbnail: '/bundles/ezplatformadminui/img/ez-icons.svg#column-two'
                  views:
                      default:
                          template: 'blocks/landing/custom_block.html.twig'
                          name: 'Custom block'
                          priority: 1
                  attributes:
                      title:
                          type: 'string'
                          name: 'Title'
                      title_block_1:
                          type: 'string'
                          name: 'title custom bloc'
                      link_block_1:
                          name: 'Link block'
                          type: 'embed'
                      title_block_2:
                          type: 'string'
                          name: 'title custom bloc'
                      link_block_2:
                          name: 'Link block 2'
                          type: 'embed'
      

      3. Clear the cache and open Site Factory.
      4. Add custom block to any page.
      5. Add some content for both embeds.
      6. Try to remove the one that was added to the last embed field ("Link block 2").

      Result:
      The delete button is covered by a tooltip wrapper and therefore not clickable.
      <div class="tooltip ez-tooltip fade bs-tooltip-bottom">

      Expected result:
      The user is able to remove content from each embed.

      Note:
      eZ Platform v2 is not affected.

      Attachments

        Activity

          People

            Unassigned Unassigned
            konrad.oboza@ibexa.co Konrad Oboza
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: