mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02: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:
@@ -229,9 +229,8 @@ export default
|
|||||||
}, 4000);
|
}, 4000);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}).catch(({data, status}) => {
|
}).catch((err) => {
|
||||||
Wait('stop');
|
ProcessErrors($scope, err, null, null, {
|
||||||
ProcessErrors($scope, data, status, null, {
|
|
||||||
hdr: i18n._('Error Applying License')
|
hdr: i18n._('Error Applying License')
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user