Results 220 comments of qqmyers

Thanks for the heads up on these. As always you're welcome to submit a pull request with these changes as well. One thing I'll note - the first one is...

When the metadatalanguage value was switched from null meaning undefined to 'undefined' meaning undefined, the DDI export was changed to check that , e.g. https://github.com/IQSS/dataverse/blob/751a0088fff3e486359335042615b63b1a03c1f1/src/main/java/edu/harvard/iq/dataverse/export/ddi/DdiExportUtil.java#L166-L171 but it looks like the...

~yeah - I would suggest moving the Util method to some other class and calling it from both DDI and the json printer, but I don't know what ~Util class...

With #7325 merged, this is down to 47 files changed from 70!

FWIW: This is related to the new mechanism to go directly to the terms tab (for custom terms) - if you look at the URL I think the terms tab...

There are a lot of things that could be done. At a minimum, Dataverse shouldn't send 0 byte thumbnails and should use the default icon instead. More usefully, I found...

Discussion in tech hours suggested that going with a 409/Conflict error for these calls makes sense (vs. trying to automate any db updates to change the state) plus adding info...

looks like the LicensesIT test is failing due to lack of that sort order value: `{\"status\":\"ERROR\",\"message\":\"There should be a sort order value in the request body\"}\n[ERROR] Tests run: 1, Failures:...

Per discussion at the DCM that the improved geospatial indexing could be useful independent of adding further geospatial search/display capabilities, I'm moving this PR from draft to review-ready. Not sure...

I'm not sure it is possible to make an IT test yet. The solr query that works is as shown: ![image](https://user-images.githubusercontent.com/6731983/190523060-f7fbb326-298a-42d5-aa49-bb0a82ceaa64.png) In the UI, I don't think we can submit...