Comment 2 for bug 1521535

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

Reviewed: https://review.openstack.org/251739
Committed: https://git.openstack.org/cgit/openstack/murano-dashboard/commit/?id=88abc05d2401c1b3e163502923611c7d03c88d35
Submitter: Jenkins
Branch: master

commit 88abc05d2401c1b3e163502923611c7d03c88d35
Author: Tetiana Lashchova <email address hidden>
Date: Tue Dec 1 11:33:45 2015 +0200

    Do not assign a value to the class variable 'widget'

    Class variable 'widget' stores a default widget for CharField.
    It is dangerous to change it. This patch fixes this and assigns
    a value to instance variable.

    Change-Id: I7220dcacd64aeee096e9340dc49bb4c5ebcfefd5
    Closes-Bug: #1521535