Comment 1 for bug 1799151

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

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 <email address hidden>
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