mirror of https://github.com/apache/cloudstack.git
cs-15286: incorrect result when edit pod
Original patch by: olga.smola reviewed-by: brian
This commit is contained in:
parent
205fd844e5
commit
1dc3ee51f5
|
|
@ -5818,8 +5818,11 @@
|
|||
actionFilter: podActionfilter,
|
||||
data:item
|
||||
});
|
||||
}
|
||||
});
|
||||
},
|
||||
error: function(data) {
|
||||
args.response.error(parseXMLHttpResponse(data));
|
||||
}
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue