← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1316226] Re: Database Launch Form shouldn't autocomplete.

 

** Changed in: horizon
       Status: Fix Committed => Fix Released

-- 
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/1316226

Title:
  Database Launch Form shouldn't autocomplete.

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  On the Database Launch page, the form-element's attributes should
  include 'autocomplete="off"'.

  I previously thought there wasn't a mechanism to do this, but after
  coding up a big solution, I found the in-place mechanism.

  
  ------ OLD BUG DESCRIPTION BELOW -----

  Currently, there's no mechanism to set a Workflow's form element's
  "autocomplete" attribute.

  This mechanism exists within modal-forms; through a template
  inheritance mechanism.  That approach doesn't work for workflows
  because the template-inheritance is reversed.

  One good example of a Workflow that should have the
  'autocomplete="off"' tag is the database launch page.  (Which,
  unsurprisingly, provided me the motivation to submit the bug in the
  first place.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1316226/+subscriptions


References