Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

ImportServiceImpl class calculates the wrong date for published-min when generating Notification #280

Open
dfcoffin opened this issue May 15, 2017 · 1 comment
Assignees
Labels

Comments

@dfcoffin
Copy link
Contributor

Currently the Notification message created by the ImportServiceImpl class contains the value found in the tag as the published-min query value. In the case of uploaded IntervalBlock entries, the tag contains the date representing the end of the IntervalBlock, NOT the start of the IntervalBlock. Therefore, using the IntervalBlock tag causes OpenESPI to "skip" the IntervalBlocks with values earlier than the IntervalBlock tag

@dfcoffin dfcoffin added the bug label May 15, 2017
@dfcoffin dfcoffin self-assigned this May 15, 2017
@dfcoffin
Copy link
Contributor Author

Upon investigation, the issue is a by product of modifying the ExportFilter class to extract IntervalBlock data by inspecting the IntervalBlock start time rather than using the Atom tag, as originally designed. The change was made to accommodate a Data Custodian Connect My Data certification test harness revision required to enable the CMD certification test beta test partners to pass [FB_37] Query Parameters.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant