Hi there, we are using Dataverse version 6.5, after some metadata customization, we found that "incomplete metadata" label appeared in home page but not in dataverse/dataset page.
Here in home page :
image.png
and in dataset page :
image.png
Why does the label seems inconsistent, is there any API i need to hit? I tried to full reindex solr and restarted solr and payara.
Hmm, I remember @Eryk Kulikowski added this "incomplete metadata" feature originally. :thinking:
#10172 says "Fixed the bug where incomplete metadata label was shown on a published dataset and visible for everybody."
Have you looked at these?
Thank you for the information, now its solved,, i checked the config and set :
DATAVERSE_API_ALLOW_INCOMPLETE_METADATA=true
DATAVERSE_API_SHOW_LABEL_FOR_INCOMPLETE_WHEN_PUBLISHED=false
then updated schema.xml, reload solr , full reindex and the issues gone. Thank you
Last updated: Oct 30 2025 at 06:21 UTC