Comment 2 for bug 954592

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

Reviewed: https://review.openstack.org/5307
Committed: http://github.com/openstack/horizon/commit/753ebd673c164cc0469a3de1b9ce40fefe92e99b
Submitter: Jenkins
Branch: master

commit 753ebd673c164cc0469a3de1b9ce40fefe92e99b
Author: Gabriel Hurley <email address hidden>
Date: Tue Mar 13 17:27:18 2012 -0700

    Moved ajax updating from Action to Row.

    This fixes the problem of having to "hide" the update action
    in the row's actions column. Fixes bug 948397.

    Additionally, added some protection for spillover between
    the attrs dictionary on action instances. Fixes bug 954592.

    FWIW, the code involved in the AJAX updating is largely identical,
    it's just been moved from Action to Row and had few data accessors
    renamed to account for the differing relation to Table and Row.
    This also allowed the javascript to be significantly cleaner.

    Change-Id: Ic8932a33ca6956a56c8eee09bb0a4d1f59e0ab3a