** 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/1288419

Title:
  Attaching a non-existant volume AttributeError

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  If a user tries to attach a non-existant volume (open two tabs, delete
  the volume in one, attach in the other) an AttributeError is raised
  here:

              volumes = self.get_object()
              attachments = [att for att in volumes.attachments if att]

  volumes is None.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to