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:
softwarefactory-project-zuul[bot] 2019-10-03 12:57:23 +00:00 committed by GitHub
commit 202af079eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')
});
});