yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #56132
[Bug 1605083] Re: not remove items from select list after batch deleting
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 <xu.jun@xxxxxxxxxxx>
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
References