Skip to content

ingestion_date attribute should be a String, not a DateTime; related to DDR-1659.

Jim Coble requested to merge DDR-1659-ingestion-date-should-be-string into develop

This undoes a spur of the moment decision made (by me) when the admin metadata attributes were defined. ingestion_date is a String in DDR-C but I made it a DateTime in DDRevo. Why not? I thought. Here's one reason why not ... it causes this display bug: https://duldev.atlassian.net/browse/DDR-1659 .

Merge request reports