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.
Reviewed: https:/ /review. openstack. org/289337 /git.openstack. org/cgit/ openstack/ horizon/ commit/ ?id=9ee63907880 20525979dc2f5e6 a239a163ad3a89
Committed: https:/
Submitter: Jenkins
Branch: master
commit 9ee639078802052 5979dc2f5e6a239 a163ad3a89
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 datatables. update_ actions has been fixed (thanks to /review. openstack. org/#/c/ 281450/), we've started to experience
horizon.
https:/
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: I46e27178d74815 d945c752bf3b730 2b7f0ddc27d
Closes-Bug: #1553314