Comment 3 for bug 1742599

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to zun-ui (master)

Reviewed: https://review.openstack.org/532719
Committed: https://git.openstack.org/cgit/openstack/zun-ui/commit/?id=a9c09849095e66798ba797f096a91e23c481053b
Submitter: Zuul
Branch: master

commit a9c09849095e66798ba797f096a91e23c481053b
Author: Shu Muto <email address hidden>
Date: Thu Jan 11 12:15:49 2018 +0900

    Fix issue the deleted item is selected again with batch delete

    Items recently deleted with batch action are shown in deletion
    confirmation dialog when execute the batch delete action again.

    Steps to reproduce:
    1. Create 2 new items
    2. Delete one of them using the batch delete action on top of the table
    3. Select the another item and click the batch delete action

    Expect to see the confirmation dialog shows one selected item,
    but it shows the item that was deleted in step 2 as well.
    Also, HTTP DELETE method for already deleted item is submitted
    again and occurs error.

    This patch fixes this issue.

    Change-Id: I5940b3b073d5bb9273068c22e090e3af390c9792
    Closes-Bug: #1742599