Merge pull request #1300 from nitin-maharana/CloudStack-Nitin10_4.7

CLOUDSTACK-9192: UpdateVpnCustomerGateway is failingReproducible Steps:
================
1.Create a customer gateway for a VPC.
2.Edit it using UI(API call is UpdateVpnCustomerGateway).
3.When we try to update the customer vpn gateway with connection state is not 
in "Error", we see the API error but that won't be reflected to the user in UI.

Actual Behaviour:
==============
The API throws error. But UI doesn't show it to user.

Expected Behaviour:
================
The UI should show the error to user.

Fix:
===
TypeError: json.updatecustomergatewayresponse is undefined
The response name was wrong so corrected it.
It should be json.updatevpncustomergatewayresponse.
Added the error function.

* pr/1300:
  CLOUDSTACK-9192: UpdateVpnCustomerGateway is failing

Signed-off-by: Remi Bergsma <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/146a6fd3
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/146a6fd3
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/146a6fd3

Branch: refs/heads/master
Commit: 146a6fd3ec9e94dd0715e43a72d9f780d7763b04
Parents: 1b5c645 116b2b6
Author: Remi Bergsma <[email protected]>
Authored: Sat Jan 16 19:41:04 2016 +0100
Committer: Remi Bergsma <[email protected]>
Committed: Sat Jan 16 19:41:04 2016 +0100

----------------------------------------------------------------------
 ui/scripts/network.js | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/146a6fd3/ui/scripts/network.js
----------------------------------------------------------------------

Reply via email to