-
Notifications
You must be signed in to change notification settings - Fork 107
feat(billing): update actions menu in my services page for us manager #18403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ref: #MANAGER-18779 Signed-off-by: Omar ALKABOUSS MOUSSANA <[email protected]>
...er/modules/billing-components/src/components/services-actions/services-actions.controller.js
Outdated
Show resolved
Hide resolved
...er/modules/billing-components/src/components/services-actions/services-actions.controller.js
Outdated
Show resolved
Hide resolved
return { | ||
messages: errors, | ||
state: errors.length > 0 ? 'PARTIAL' : 'OK', | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this give the same result as previously: here you'll always resolve the promise, when previously we were rejecting if there was any error
}).catch((err) => ({ | ||
id: service.serviceId, | ||
message: err, | ||
type: 'ERROR', | ||
})); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this give the same result as previously: here you'll always resolve the promise, when previously we were rejecting if there was any error
...er/modules/billing-components/src/components/services-actions/services-actions.controller.js
Outdated
Show resolved
Hide resolved
6c6704f
to
42fd221
Compare
ref: #MANAGER-18779 Signed-off-by: Omar ALKABOUSS MOUSSANA <[email protected]>
42fd221
to
c0a6b91
Compare
…#18403) ref: #MANAGER-18779 Signed-off-by: Omar ALKABOUSS MOUSSANA <[email protected]>
…#18403) ref: #MANAGER-18779 Signed-off-by: Omar ALKABOUSS MOUSSANA <[email protected]>
…#18403) ref: #MANAGER-18779 Signed-off-by: Omar ALKABOUSS MOUSSANA <[email protected]>
…#18403) ref: #MANAGER-18779 Signed-off-by: Omar ALKABOUSS MOUSSANA <[email protected]>
…#18403) ref: #MANAGER-18779 Signed-off-by: Omar ALKABOUSS MOUSSANA <[email protected]>
…#18403) ref: #MANAGER-18779 Signed-off-by: Omar ALKABOUSS MOUSSANA <[email protected]>
ref: #MANAGER-18779
Description
Ticket Reference: #MANAGER-18779
Additional Information