Stream: troubleshooting

Topic: Different status of "incomplete metadata"


view this post on Zulip Ayu Widi (Jul 31 2025 at 06:07):

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.

view this post on Zulip Philip Durbin ๐Ÿš€ (Jul 31 2025 at 11:50):

Hmm, I remember @Eryk Kulikowski added this "incomplete metadata" feature originally. :thinking:

view this post on Zulip Philip Durbin ๐Ÿš€ (Jul 31 2025 at 11:54):

#10172 says "Fixed the bug where incomplete metadata label was shown on a published dataset and visible for everybody."

view this post on Zulip Philip Durbin ๐Ÿš€ (Jul 31 2025 at 11:55):

Have you looked at these?

view this post on Zulip Ayu Widi (Aug 02 2025 at 04:21):

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