yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #17883
[Bug 1330766] Re: BooleanField inline help_text on modal doesn't work
** Changed in: horizon
Status: Fix Committed => Fix Released
** Changed in: horizon
Milestone: None => juno-2
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1330766
Title:
BooleanField inline help_text on modal doesn't work
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
According to http://docs.openstack.org/developer/horizon/sourcecode/horizon/horizon.forms.html, you can specify a help_text for BooleanFields (example of this is, go to Project > Images, Create Image modal... there is a "Public" checkbox).
class horizon.forms.BooleanField(required=True, widget=None,
label=None, initial=None, help_text=u'', error_messages=None,
show_hidden_initial=False, validators=[], localize=False)
However when I put this in here:
https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/images/images/forms.py#L92
It did not show anything.
Maybe I'm doing something wrong...
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1330766/+subscriptions
References