-
Notifications
You must be signed in to change notification settings - Fork 3
WFPREV-775 & 776 fix project download issues #963
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
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.
A couple of minor comments. I haven't looked at the tests because I know they are WIP
if (fuelData.isEmpty() && crxData.isEmpty()) { | ||
log.info("[{}] [xlsx] no data for given projectGuids", rid); | ||
throw new IllegalArgumentException("No data found for the provided projectGuids."); | ||
private static class ReportDataBundle { |
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.
Be sure to add this in reflection and serialization files
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.
Done
} | ||
} | ||
|
||
private CulturalPrescribedFireReportEntity toCrxEntity( |
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 done in the entity class?
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.
Removed, we don't need this anymore after adding the unique row guid and using JPA to fetch rows with a null projectPlanFiscalGuid.
de3cd47
to
63359f3
Compare
|
No description provided.