Skip to content
This repository has been archived by the owner on Dec 23, 2019. It is now read-only.

fix(pack): remove unnecessary toast error message of pack informations #1278

Merged
merged 1 commit into from
Feb 1, 2019

Conversation

JeremyDec
Copy link
Contributor

MBP-271

antleblanc
antleblanc previously approved these changes Feb 1, 2019
@@ -121,7 +121,6 @@ angular.module('managerApp').controller('PackCtrl', class PackCtrl {
})
.catch((err) => {
this.inError = true;
this.TucToast.error(this.$translate.instant('pack_xdsl_oops_an_error_is_occured'));
return this.$q.reject(err);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the reject still relevant?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm good point, it is no more relevant

@antleblanc antleblanc merged commit 5deca4a into develop Feb 1, 2019
@antleblanc antleblanc deleted the fix/pack-wrong-display-error branch February 1, 2019 13:57
@antleblanc antleblanc mentioned this pull request Feb 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

2 participants