Reviewed: https://review.openstack.org/313243 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=241cf1bd7e809c8e104d14a91246374dc86b7836 Submitter: Jenkins Branch: master
commit 241cf1bd7e809c8e104d14a91246374dc86b7836 Author: Richard Jones <[email protected]> Date: Mon Jun 6 16:22:56 2016 +1000 Migrate swift ui to use hz-dynamic-table This removes the custom table code and uses the new hz-dynamic-table directive to manage the table. The documentation for actionResultService was also edited to improve clarity. Note: I was not intending to migrate all actions over to use actionResultService in this patch (to keep the patch size under control) so only the delete actions have been done, and even then not optimally. These will be revisited in a subsequent patch. Change-Id: If8c4009c29fbbdbbeac12ce2bee4dcbef287ea98 Closes-Bug: 1576418 Closes-Bug: 1586175 Partially-Implements: blueprint swift-ui-functionality ** 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/1576418 Title: Swift UI deletions result in confused action buttons Status in OpenStack Dashboard (Horizon): Fix Released Bug description: Deleting a row in the swift UI will sometimes result in the row above it getting its actions button, even if it is the wrong type (file vs. folder). To reproduce, create a container with: - a file named "a" - a file named "b" - a folder named "c" Delete the file named "b" and it will be removed but the folder named "c" will have its action list instead of its own. To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1576418/+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

