-
Notifications
You must be signed in to change notification settings - Fork 4
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
VZE: Fix CR3 for temp records #925
Conversation
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.
Tested locally, and this looks great! The temp records are really getting rounded out with details like this in VZE. 🙌
</a>{" "} | ||
for the latest status of this crash. | ||
</Alert> | ||
) : props.isCr3Stored ? ( |
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 - I like the chained ternaries. 😎
{props.isTempRecord ? ( | ||
<Alert color="warning"> | ||
<strong>CR3 PDFs are not available for temporary records.</strong><br /> | ||
Using the crash id, check the{" "} |
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.
Should this be case ID instead of crash ID?
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.
Good call, it should be the case id!
For temp records, it shows an alert instead of a download button, even if there is a PDF available:
To test: