Reviewed: https://review.openstack.org/352436 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=db032d6ad5e75d66d08f4b1a76b4b01ec2e0fc10 Submitter: Jenkins Branch: master
commit db032d6ad5e75d66d08f4b1a76b4b01ec2e0fc10 Author: majik <[email protected]> Date: Mon Aug 8 21:55:24 2016 +0800 fix table delete bug & collect table events Bug occurs in using batch delete more than one time in one page. Deleted items haven't been removed from selections after batch delete action. Change-Id: I13b4da7deb026c28e26910e0bd763960de4bffa8 Closes-Bug: #1605083 ** 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/1605083 Title: not remove items from select list after batch deleting Status in OpenStack Dashboard (Horizon): Fix Released Bug description: Bug occurs in using batch delete more than one time in one page. Deleted items have not been removed from the select list after batch delete action. hz-resource-table -> hz-dynamic-table -> hz-table To fix this, hz-resource-table should call hz-table.clearSelected(). However, Angular is not well-design for multi nested directives. Exposing the func from inside hz-table to outside hz-resource-table may dirty the code. I will find a solution in an action way. To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1605083/+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

