-
Notifications
You must be signed in to change notification settings - Fork 494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Harvested dataset display is broken on develop branch #10611
Comments
While we are fixing this - can we also make the new feature itself (showing the source of the Harvested metadata in the facet) configurable/optional? Just like with the new license facet, it appears that this may not be something we actually want in our own prod. here at Harvard. |
(p.s. I'm happy to contribute or consult) |
Made a draft PR. |
Resolved merged conflicts in config.rst and FeatureFlags.java #10611
What steps does it take to reproduce the issue?
With a Dataverse compiled with the latest version of the current development source code :
Which version of Dataverse are you using?
I reproduce this bug after compiling the latest version of the code on
develop
branch.Any related open or closed issues to this bug report?
I think this bug is related to the new feature #10298 : on search-include-fragment.xhtml at line 506, the display is conditioned by the SolrSearchResult.isHarvested() method. The
harvested
attribute is set by SearchServiceBean class at line 582.With the new feature,
metadataSource
can now contain the repository source, not onlyHarvested
value.Screenshots:
Actual
Expected
The text was updated successfully, but these errors were encountered: