Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-27536

As a Editor I want to delete a URL alias in the URL alias tab

    XMLWordPrintable

Details

    • 1

    Description

      Specification link

      https://ezsystems.box.com/s/ojyp769xgab5vqb06q1v3ed5nbivrwd9
      This contains the specifications for all user stories under the epic
      as well as screenshots

      Scenarios

      Delete a custom URL alias from the ‘Custom URL aliases’ table

      Given I have multiple locations in the ‘Custom URL aliases' table
      When I select a URL alias by checking the checkbox
      Then the delete button in the table header is enabled
      
      Given the delete button in the table header is enabled
      When I click the delete button
      Then I see a modal window to confirm the deletion
      And on Confirmation, the url alias is deleted from the table
      And on Cancel, the modal window closes
      

      Delete multiple URL aliases from the ‘Custom URL aliases’ table at a time

      Given I have multiple URL aliases in the "Custom URL aliases' table
      When I select multiple URL aliases by checking the checkboxes
      Then the delete button is enabled
      
      Given the delete button is enabled
      When I click on the delete button
      Then I see a modal window to confirm the deletion
      And on Confirmation, the url aliases are deleted from the table
      And on Cancel, the modal window closes
      

      Confirmation message

      related to EZP-27573

      <ez-modal-window>
          <section><p>Are you sure you want to remove selected url aliases?</p></section>
          <footer>
            <button class="ez-button ez-button-secondary">Cancel</button>
            <button class="ez-button ez-button-primary">Confirm</button>
          </footer>
      </ez-modal-window>
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            sylvain.guittard@ibexa.co Sylvain Guittard
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: