Activity log for bug #1288419

Date Who What changed Old value New value Message
2014-03-05 21:20:10 Matthew D. Wood bug added bug
2014-03-05 21:27:44 OpenStack Infra horizon: status New In Progress
2014-03-05 21:27:44 OpenStack Infra horizon: assignee Matthew D. Wood (woodm1979)
2014-04-08 16:07:54 Matthew D. Wood summary Extending a non-existant volume TypeError Attaching a non-existant volume TypeError
2014-04-08 16:08:02 Matthew D. Wood description If a user tries to extend a non-existant volume (open two tabs, delete the volume in one, extend in the other) a TypeError is raised here: volumes = self.get_object() attachments = [att for att in volumes.attachments if att] volumes is None. If a user tries to attach a non-existant volume (open two tabs, delete the volume in one, extend in the other) a TypeError is raised here:             volumes = self.get_object()             attachments = [att for att in volumes.attachments if att] volumes is None.
2014-04-08 16:08:13 Matthew D. Wood description If a user tries to attach a non-existant volume (open two tabs, delete the volume in one, extend in the other) a TypeError is raised here:             volumes = self.get_object()             attachments = [att for att in volumes.attachments if att] volumes is None. If a user tries to attach a non-existant volume (open two tabs, delete the volume in one, attach in the other) a TypeError is raised here:             volumes = self.get_object()             attachments = [att for att in volumes.attachments if att] volumes is None.
2014-04-08 16:09:28 Matthew D. Wood horizon: status In Progress New
2014-04-10 08:37:53 Julie Pichon horizon: assignee Matthew D. Wood (woodm1979)
2014-04-10 08:37:57 Julie Pichon tags low-hanging-fruit
2014-04-10 08:38:00 Julie Pichon horizon: importance Undecided Medium
2014-04-10 08:44:27 Julie Pichon horizon: status New Triaged
2014-04-14 18:05:09 Verónica Musso horizon: assignee Verónica Musso (veronica-a-musso)
2014-04-30 15:35:52 Verónica Musso description If a user tries to attach a non-existant volume (open two tabs, delete the volume in one, attach in the other) a TypeError is raised here:             volumes = self.get_object()             attachments = [att for att in volumes.attachments if att] volumes is None. 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.
2014-04-30 15:36:05 Verónica Musso summary Attaching a non-existant volume TypeError Attaching a non-existant volume AttributeError
2014-04-30 16:04:38 Openstack Gerrit horizon: status Triaged In Progress
2014-07-22 20:16:43 David Lyle horizon: milestone juno-2
2014-07-23 04:49:56 OpenStack Infra horizon: status In Progress Fix Committed
2014-07-23 19:37:03 Russell Bryant horizon: status Fix Committed Fix Released
2014-10-16 08:32:11 Thierry Carrez horizon: milestone juno-2 2014.2