Comment 4 for bug 1389437

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

Reviewed: https://review.openstack.org/137790
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=2eb96431813cd63d56c221f51bd8604b5d1ef5ed
Submitter: Jenkins
Branch: master

commit 2eb96431813cd63d56c221f51bd8604b5d1ef5ed
Author: Timur Sufiev <email address hidden>
Date: Fri Nov 28 16:51:30 2014 +0300

    Enable tables inline-editing in lazy-loaded tabs

    Previously inline-edit was initialized only the first time the page
    was loaded which had been preventing inline-edit for the tables which
    were inside lazy-loaded tabs (i.e. loaded with AJAX-request). Fixed
    that.

    Change-Id: I5ec4d28a26cfed6e7eaef783a0d5b17762fd75d5
    Closes-Bug: #1389437