-
Notifications
You must be signed in to change notification settings - Fork 3
feat: Disable new versions if there is already a draft #2453
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
Conversation
dhaselhan
commented
Apr 10, 2025
- Add is newest_flag to report chain to confirm whether newer versions exist, but dont return their data
- Use this flag to control the supplemental and assessment buttons with dialogs + text
Backend Test Results675 tests 675 ✅ 2m 36s ⏱️ Results for commit 69466dc. ♻️ This comment has been updated with latest results. |
Frontend Test Results 1 files 152 suites 1m 7s ⏱️ Results for commit 69466dc. ♻️ This comment has been updated with latest results. |
aa131b7
to
f3379c3
Compare
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.
Looks good, just want to confirm that one point.
report.compliance_report_group_uuid | ||
) | ||
|
||
is_newest = len(compliance_report_chain) - 1 == report.version |
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.
nice one 👍
title={ | ||
reportData.isNewest | ||
? '' | ||
: 'Government has a reassessment in progress.' |
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.
Just want to confirm that business area is ok with telling suppliers this is the case?
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.
yep!
ebf32f9
to
135cf3a
Compare
* Add is newest_flag to report chain to confirm whether newer versions exist, but dont return their data * Use this flag to control the supplemental and assessment buttons with dialogs + text
135cf3a
to
69466dc
Compare