Comment 2 for bug 993572

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

Reviewed: https://review.openstack.org/7054
Committed: http://github.com/openstack/horizon/commit/65824cb8c897ee87488a95a036ebd2dcbf1da85e
Submitter: Jenkins
Branch: master

commit 65824cb8c897ee87488a95a036ebd2dcbf1da85e
Author: John Postlethwait <email address hidden>
Date: Wed May 2 18:57:00 2012 -0700

    Fixes to the user form, UI behaviors, and tests.

    The message you got upon successful user update
    was misleading as it told you all of the fields
    were updated, even if no changes were made to
    those fields.

    Also there was an issue where in this user edit
    form, where if can_edit_user was False in the
    local_settings file, you could not change the
    default project for a user.

    Changed the stubbing behavior for tests as well
    to allow the use of a decorator to stub your tests
    using Mox instead of having to clutter up the
    actual test with repetitive Mox stubs.

    Fixes Bug #993572

    Change-Id: Iaebd6525bb4509a2ec6b350df432f4f60dd35114