← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1330766] [NEW] BooleanField inline help_text on modal doesn't work

 

Public bug reported:


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...

** Affects: horizon
     Importance: Undecided
         Status: New

-- 
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):
  New

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


Follow ups

References