Skip to content
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

22776 - Shortname History Table Fixes #2982

Merged
merged 2 commits into from
Aug 28, 2024
Merged

Conversation

ochiu
Copy link
Collaborator

@ochiu ochiu commented Aug 28, 2024

Issue #:
bcgov/entity#22776

Description of changes:

  • Fix reload should go back to page 1
  • Fix issue where infinite scroll back is no longer triggering if it previously has reached an end state even after reload

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the sbc-auth license (Apache 2.0).

Copy link

@ochiu ochiu marked this pull request as ready for review August 28, 2024 15:50
@ochiu ochiu merged commit 831dd6e into bcgov:main Aug 28, 2024
5 of 6 checks passed
@@ -152,6 +153,7 @@ import { DEFAULT_DATA_OPTIONS } from '../../datatable/resources'
import { EFTTransactionState } from '@/models/eft-transaction'
import ModalDialog from '@/components/auth/common/ModalDialog.vue'
import PaymentService from '@/services/payment.services'
import { Vue } from 'vue-property-decorator'
Copy link
Collaborator

@seeker25 seeker25 Aug 28, 2024

Choose a reason for hiding this comment

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

Not too sure why we're introducing this, we're actively trying to get away from using Vue-class-component and vue-property-decorator which are the opposite of composition-api

If you're looking for a Vue instance, you can grab it from another library eg. Vue

Copy link
Collaborator

Choose a reason for hiding this comment

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

import Vue from 'vue'

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Will fix this in my next PR, as it is another FE ticket.

Copy link
Collaborator

Choose a reason for hiding this comment

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

all good, I was too slow on the review haha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants