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

Gsa/production release #731

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Gsa/production release #731

wants to merge 3 commits into from

Conversation

felder101
Copy link
Contributor

Sprint 46 issues included:

BUG: Admin/User Profile Saved Changes are Not Displayed on Results screen #709
BUG: Insert a space between the date field of Completion date range end and Quiz type(s) on the SmartPay Training Report #705 Customizable Training Report for A/OPC #633

Sprint 46 issues included:

BUG: Admin/User Profile Saved Changes are Not Displayed on Results screen #709
BUG: Insert a space between the date field of Completion date range end and Quiz type(s) on the SmartPay Training Report #705
Customizable Training Report for A/OPC #633
@weiwang-gsa weiwang-gsa self-requested a review January 10, 2025 15:22
Copy link
Contributor

@weiwang-gsa weiwang-gsa left a comment

Choose a reason for hiding this comment

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

Just some minor changes, leave the comment in code. Please let me know if there is any questions.

setError(error)
}

isLoading.value = false
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe isLoading and showSpinner reset can be in finally block instead to ensure isLoading and showSpinner are reset even exception happending?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added reset of isLoading and showSpinner boolean values in a finally block

{value: 'Travel Training for Card/Account Holders and Approving Officials', label: 'Travel Training for Card/Account Holders and Approving Officials'},
];

const v_all_info$ = useVuelidate(validation_info, user_input)
Copy link
Contributor

Choose a reason for hiding this comment

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

useVuelidate by default probably can't handle completation_date_range date compare, maybe helpers also need to be imported to add customized date validation to handle start date greater than end date issue. Currently, if I put start date greater than end date and hit submit, it display "please ender a valid date" for end date, which is not correct, as "01/11/2022" is valid date.
image

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.

2 participants