instance operations (add & remove) for disks #153
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
-
2160 2160 disk = self.get_object() 2161 2161 app = disk.get_appliance() 2162 2162 2163 app.disks.remove(disk) 2163 app.remove_disk(disk=disk, user=request.user) -
Owner
get_appliance() can return an InstanceTemplate too which doesn't have that operation
-
Owner
fixed in 07190c6d
-
-
-
Owner
+1
-
-
-