mirror of
https://github.com/ansible/awx.git
synced 2026-03-24 12:25:01 -02:30
Fixed a typographical mistakes in ProcessError calls.
This commit is contained in:
@@ -233,7 +233,7 @@ angular.module('GroupsHelper', [ 'RestServices', 'Utilities', 'ListGenerator', '
|
|||||||
})
|
})
|
||||||
.error( function(data, status, headers, config) {
|
.error( function(data, status, headers, config) {
|
||||||
ProcessErrors(scope, data, status, form,
|
ProcessErrors(scope, data, status, form,
|
||||||
{ hdr: 'Error!', msg: 'Failed to add new group. Post returned status: ' + status });
|
{ hdr: 'Error!', msg: 'Failed to add new group. POST returned status: ' + status });
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
|
|||||||
Reference in New Issue
Block a user