Commit d5cd72aa by Bach Dániel

vm: disable wait_for_result in NodeOperationView

parent 961d3f67
...@@ -62,7 +62,7 @@ class NodeOperationView(AjaxOperationMixin, OperationView): ...@@ -62,7 +62,7 @@ class NodeOperationView(AjaxOperationMixin, OperationView):
model = Node model = Node
context_object_name = 'node' # much simpler to mock object context_object_name = 'node' # much simpler to mock object
with_reload = True with_reload = True
wait_for_result = 1 wait_for_result = None
node_ops = OrderedDict([ node_ops = OrderedDict([
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment