← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1799151] Re: table: the checkbox show uncertain when updating single row

 

Reviewed:  https://review.openstack.org/613217
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=3ac9037677e3dbfa42b8df42f3758c5a0078d3e6
Submitter: Zuul
Branch:    master

commit 3ac9037677e3dbfa42b8df42f3758c5a0078d3e6
Author: wangliangyu <wangliangyu@xxxxxxxxxxxxx>
Date:   Mon Oct 22 17:59:05 2018 +0800

    Table checkbox display problem when updating row
    
    Multi-process:
      If there only one table action, DeleteAction.
      Assume the first time retrieving an empty table in one
      process, the checkbox is hidden.
      In the other process, creating a item, like a instance.
      Now, the checkbox is shown in second process.
      Then updating the item state in first process, the checkbox
      will be hidden. In second process, the checkbox will be shown.
    
      For above case, we need set the checkbox visibility every time
      when updating single row by ajax.
    
    Change-Id: Ib230ad775070ee089c8f82e7df3ec30c1cda7aa0
    Closes-Bug: #1799151


** 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/1799151

Title:
  table: the checkbox show uncertain when updating  single row

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  If there are more than one processes running one http service, and
  when updating single row data by ajax, the checkbox of the table will
  be displayed or hidden uncertainty.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1799151/+subscriptions


References