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

don't scroll to top if it is staff #1995

Merged

Conversation

flutistar
Copy link
Collaborator

Issue #: /bcgov/entity#22366

Description of changes:
Stop scrolling to top to review if the user is staff

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

Copy link
Collaborator

@doug-lovett doug-lovett left a comment

Choose a reason for hiding this comment

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

LGTM.

@@ -1185,7 +1185,7 @@ export default defineComponent({
? await getMHRegistrationSummary(getMhrInformation.value.mhrNumber, false)
: null

if (!!regSum && !!regSum.lienRegistrationType) {
if (!!regSum && !!regSum.lienRegistrationType && !isRoleStaffReg.value) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Looks good but looks like indent/spacing is slightly off

Copy link
Collaborator Author

@flutistar flutistar Jul 30, 2024

Choose a reason for hiding this comment

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

Thanks @cameron-eyds , I removed the indent.
I am gonna merge the PR now.

Copy link
Collaborator

@cameron-eyds cameron-eyds left a comment

Choose a reason for hiding this comment

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

LG! Just a small indent to fix

@flutistar
Copy link
Collaborator Author

Fixed indent issue.
@cameron-eyds FYI.

@flutistar flutistar merged commit 62cc307 into bcgov:main Jul 30, 2024
4 of 5 checks passed
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.

3 participants