-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conditional Task List for Report Sign-Off and Submit #493
Comments
PR Test Steps |
I have tested this in the DEV environment, here's the test document for reference. I have verified that Verification page is displayed on the task list under Sign-off & Submit only when:
I also tested some scenarios where Verification task list should not be visible: For the issue where verification page still displays after clicking |
Description of the Tech Debt
The task list for the "Sign-off & submit" section of the reporting workflow needs to conditionally display specific pages based on a verification requirement. This ensures that the task list reflects the correct steps required for submission.
Condition: needsVerification using the utility function getReportNeedsVerification(versionId).
If needsVerification is true, include the following pages from the task list:
"Verification"
If needsVerification is false, exclude the following pages from the task list:
"Verification"
The text was updated successfully, but these errors were encountered: