Reviewed: https://review.openstack.org/529932 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=ab57c0937df8b870440974fd78dfe4557c104dbb Submitter: Zuul Branch: master
commit ab57c0937df8b870440974fd78dfe4557c104dbb Author: wei.ying <[email protected]> Date: Fri Nov 17 16:45:32 2017 +0800 Fix batch delete key pairs button isn't disabled when the key pair has deleted When the key pair has deleted by the batch delete button, the batch delete button isn't disabled and still can be clicked. Since whatever in the keypairs panel or on key pair details page, After the key pair is deleted, the url will be redirected to the key pairs panel. The correct way is that only the key pair is deleted on the details page, and it needs to be redirected to the key pairs panel. Change-Id: Ie3041cc70bde84e9753be41f0a80d04534ffdf44 Closes-Bug:#1739871 ** Changed in: horizon Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1739871 Title: Disable batch delete button when keypairs are deleted Status in OpenStack Dashboard (Horizon): Fix Released Bug description: Env: devstack master branch Steps to reproduce: 1. Go to Porject/Compute Key Pairs panel. 2. Create two key pairs, such as "keypair 1","keypair 2". 3. Select "keypair 1","keypair 2" and click batch "Delete Key Pairs" button. After deleting keypairs, we will see that batch "Delete Key Pairs" button is not disabled and still can be clicked. To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1739871/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

