-
Notifications
You must be signed in to change notification settings - Fork 68
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
19331 & 19330 - Unlinked + Linked Short Name Mapping tables #2700
Conversation
Will re-open as we get this more complete (so CI doesn't just burn up cycles) |
This reverts commit 1d35c4d.
/gcbrun |
Temporary Url for review: https://bcregistry-account-dev--pr-2700-zy7q0oum.web.app |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
/gcbrun |
Temporary Url for review: https://bcregistry-account-dev--pr-2700-zy7q0oum.web.app |
state.visibleItems = state.sortedItems.slice(0, perPage.value) | ||
firstItem.value = state.visibleItems[0] | ||
currentPage.value = 1 | ||
reachedEnd.value = false | ||
scrollToTop() | ||
} | ||
if (props.observerCallback) { |
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.
Will combine this with 225 in the future, probably return function, so it doesn't need to check for props.observerCallback
Issue #:
bcgov/entity#19330
bcgov/entity#19331
Description of changes:
Short Name Mapping tables
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).