mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
Merge pull request #4849 from mabashian/3779-license-error
Show error body when license application fails Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
202af079eb
@ -229,9 +229,8 @@ export default
|
||||
}, 4000);
|
||||
}
|
||||
});
|
||||
}).catch(({data, status}) => {
|
||||
Wait('stop');
|
||||
ProcessErrors($scope, data, status, null, {
|
||||
}).catch((err) => {
|
||||
ProcessErrors($scope, err, null, null, {
|
||||
hdr: i18n._('Error Applying License')
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user