Skip to content

Locally FAIR Data#12319

Open
qqmyers wants to merge 42 commits intoIQSS:developfrom
GlobalDataverseCommunityConsortium:LocallyFAIR
Open

Locally FAIR Data#12319
qqmyers wants to merge 42 commits intoIQSS:developfrom
GlobalDataverseCommunityConsortium:LocallyFAIR

Conversation

@qqmyers
Copy link
Copy Markdown
Member

@qqmyers qqmyers commented Apr 10, 2026

What this PR does / why we need it:

Which issue(s) this PR closes:

  • Closes #

Special notes for your reviewer:

Suggestions on how to test this:

Does this PR introduce a user interface change? If mockups are available, please link/include them here:

Is there a release notes update needed for this change?:

Additional documentation:

used when dataverse.feature.add-publicobject-solr-field is not set
# Conflicts:
#	src/main/java/edu/harvard/iq/dataverse/search/SolrIndexServiceBean.java
public Response getMakeDataCountMetricCurrentMonth(@Context ContainerRequestContext crc, @PathParam("id") String idSupplied, @PathParam("metric") String metricSupplied, @QueryParam("country") String country) {
String nullCurrentMonth = null;
return getMakeDataCountMetric(idSupplied, metricSupplied, nullCurrentMonth, country);
return getMakeDataCountMetric(crc, idSupplied, metricSupplied, nullCurrentMonth, country);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants