-
Notifications
You must be signed in to change notification settings - Fork 87
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
fix: show success messages for cost center buyer actions (#959) #1249
Conversation
Maybe the content of the messages should be more precise: |
updateCostCenterBuyerSuccess({ costCenter }), | ||
displaySuccessMessage({ | ||
message: 'account.organization.cost_center_management.buyer.update.confirmation', | ||
messageParams: { 0: `${payload.buyer.login}` }, |
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.
${payload.buyer.firstName} ${payload.buyer.lastName}
|| ${payload.buyer.login}
to make it work the firstName and lastName has to be added to the CostCenterBuyer object in the method submitCostCenterBuyerForm() of the cost-center-buyer-edit-dialog.component
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.
Tnx, It is Okay.
73e7d87
to
4eed7fc
Compare
PR Type
[ x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no API changes)
[ ] Build-related changes
[ ] CI-related changes
[ ] Documentation content changes
[ ] Application / infrastructure changes
[ ] Other:
What Is the Current Behavior?
There are no success messages for actions with cost center users. #959
Issue Number: Closes #959
What Is the New Behavior?
There are new success messages for cost center users, in particular for adding, removing and updating the buyer.
Does this PR Introduce a Breaking Change?
[ ] Yes
[x ] No
Other Information
AB#78898