-
Notifications
You must be signed in to change notification settings - Fork 22
31418 - refund ui fixes #287
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
| watch(() => state.filters, (filters: any) => { | ||
| ConfigHelper.addToSession(SessionStorageKeys.LinkedShortNamesFilter, JSON.stringify(filters.filterPayload)) | ||
| }, { deep: true }) | ||
| watch(() => state.tableDataOptions, (val: DataOptions) => { |
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.
Fix paging on refund requests table
| }) | ||
| const headers = [ | ||
| createHeader( |
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.
Feedback to add transaction id filter for refund requests table, API already supports this
| ::v-deep .v-data-table > .v-data-table__wrapper>table { | ||
| min-height: 215px; | ||
| ::v-deep .transaction-list .v-data-table__wrapper { | ||
| min-height: 240px; |
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.
Patty found issue in firefox where more actions are cut off. This resolves the issue for both chrome and firefox. Previous CSS didn't affect firefox.
| invoiceProduct: null as string | null | ||
| }) | ||
| const paymentMethodCodesAllowedPartialRefunds = ['DIRECT_PAY', 'EFT', 'EJV', 'ONLINE_BANKING', 'PAD'] |
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.
we don't need to hardcode this, states come back from API now.
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.
good idea
Issue #: bcgov/entity#31418
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the pay-ui license (Apache 2.0).