Andrew Heifetz

Results 1 issues of Andrew Heifetz

In the file js-openclient/heat/v1/stacks.js In the create function, it deletes the reference to the error callack: if (params.error) delete params.error; but later we call manager.safe_complete to handle the error: this._super(params,...