Comment 4 for bug 1553314

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

Reviewed: https://review.openstack.org/289337
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=9ee6390788020525979dc2f5e6a239a163ad3a89
Submitter: Jenkins
Branch: master

commit 9ee6390788020525979dc2f5e6a239a163ad3a89
Author: Timur Sufiev <email address hidden>
Date: Mon Mar 7 16:36:50 2016 +0300

    Fix empty 'href' in link actions after AJAX actions_update

    Since the non-existent template being used in
    horizon.datatables.update_actions has been fixed (thanks to
    https://review.openstack.org/#/c/281450/), we've started to experience
    missing href for link actions in a table header (i.e. table actions)
    after actions update.

    This is fixed by explicitly passing 'is_table_action' flag while
    rendering create/launch LinkAction-s that are known to be updated
    after AJAX row update.

    Guard against the bug regression with create_volume integration tests.

    Change-Id: I46e27178d74815d945c752bf3b7302b7f0ddc27d
    Closes-Bug: #1553314