Reviewed: https://review.openstack.org/307667 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=5d8161147ee3cc41d4853aabb6f049f2093892e7 Submitter: Jenkins Branch: master
commit 5d8161147ee3cc41d4853aabb6f049f2093892e7 Author: Sergei Chipiga <[email protected]> Date: Tue Apr 19 12:12:04 2016 +0300 Check that row is defined when wait cell status Change-Id: I848b2d14138a362040abc516e32061d0b3570394 Closes-Bug: #1572036 ** 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/1572036 Title: Check that row is defined when wait cell status Status in OpenStack Dashboard (Horizon): Fix Released Bug description: During cell status waiting we need to verify that row is defined before asking row.cells. DOM is inconstant structure in time, and we may call _get_row, when table is not in DOM (for ex, when table is reloaded). So we should consider that situation and don't raise Exception that NoneType hasn't 'cells' attribute. To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1572036/+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

