Comment 6 for bug 964739

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

Reviewed: https://review.openstack.org/5858
Committed: http://github.com/openstack/horizon/commit/5cd1e5d216997c9d2b6e9fbcbea75c91984a2fed
Submitter: Jenkins
Branch: master

commit 5cd1e5d216997c9d2b6e9fbcbea75c91984a2fed
Author: Tihomir Trifonov <email address hidden>
Date: Tue Mar 27 10:13:05 2012 +0300

    Fix issue with not loading and showing
    tenant name in syspanel/instance view

    Fixes bug 964739

    Patch2: Replaced API calls with _get(),
    added unit test

    The prefill of tenant_name was missing.
    The same code is present in AdminIndexView.
    Maybe it would be better to make UpdateRow as
    part of the TableView, because they share
    almost the same get_data() code...

    Change-Id: Ib74f7049625292644bba41ac0ab17279274a8ca3