Innovate-Inc / EDG_metadata

EDG metadata on staging created for Innovate-Inc
0 stars 1 forks source link

Implement temporalField fix #67

Closed torrin47 closed 7 years ago

torrin47 commented 7 years ago

We logged this issue with Esri: https://github.com/Esri/geoportal-server/issues/254 and they implemented this fix: https://github.com/Esri/geoportal-server/commit/988628f7194fe322639a759321cac3de8fed0af7 I'm not completely satisfied with the fix, but it's acceptable as a workaround. Could we grab this file, compile it, and implement it in our catalog?

torrin47 commented 7 years ago

Actually, I wonder whether we could implement my preferred solution - instead of setting the date to "null", set it to "now", that is, the time at which the dcat output is being generated.

Saisuma004 commented 7 years ago

Sure, I will make that change and test it on local.

torrin47 commented 7 years ago

Esri liked our fix on this issue and requested that we submit a pull request back to their source repository with the updated code, and they'll incorporate it as a configurable choice. Thanks!

torrin47 commented 7 years ago

All good, thanks!