few coins from me.
I hope you are passing object id correctly to your function delete.
object which is should be deleted is
obj = self.table.get_object_by_id(obj_id)
but you can try to delete via :
cinder.volume_delete(request, obj_id)
possible simple way is write something like :
obj.d
Hi,
I have a form like as follows:
VolName Desc Status
---
Vol1SampleAvailable
I have a created a delete button above this table. When I click delete, it
says deleting Vol 1, but the entry is not removed. I have to reload the
p
2 matches
Mail list logo