mirror of https://github.com/apache/cloudstack.git
bug 7088: show full error message when creating new service offering and new disk offering.
This commit is contained in:
parent
bf6b848711
commit
198ed9dc2b
|
|
@ -97,7 +97,7 @@ function initAddDiskOfferingButton($midmenuAddLink1) {
|
|||
},
|
||||
error: function(XMLHttpResponse) {
|
||||
handleError(XMLHttpResponse, function() {
|
||||
handleErrorInMidMenu(XMLHttpResponse, $midmenuItem1);
|
||||
afterAddingMidMenuItem($midmenuItem1, false, parseXMLHttpResponse(XMLHttpResponse));
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@ function afterLoadServiceOfferingJSP() {
|
|||
},
|
||||
error: function(XMLHttpResponse) {
|
||||
handleError(XMLHttpResponse, function() {
|
||||
handleErrorInMidMenu(XMLHttpResponse, $midmenuItem1);
|
||||
afterAddingMidMenuItem($midmenuItem1, false, parseXMLHttpResponse(XMLHttpResponse));
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue