NIHVIVO-2411 Create a mock implementation of the ShortViewService and incorporate it into the search page. Because this is a mock, it always uses the default short view, like before. There should be no difference for the end-user.
This commit is contained in:
parent
7db46abff9
commit
cfd3925317
2 changed files with 10 additions and 0 deletions
|
@ -95,6 +95,14 @@
|
||||||
See J.Blake for details.
|
See J.Blake for details.
|
||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<h4 id="customSearchView">Custom search views</h4>
|
||||||
|
<p>
|
||||||
|
"Custom search views" have been re-implemented as part of the more flexible "Custom short views" mechanism.
|
||||||
|
If you have custom search views, you will need to re-configure them.
|
||||||
|
See J.Blake for details.
|
||||||
|
</p>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -52,6 +52,8 @@ edu.cornell.mannlib.vivo.auth.policy.SelfEditorRelationshipPolicy$Setup
|
||||||
|
|
||||||
edu.cornell.mannlib.vitro.webapp.auth.policy.RestrictHomeMenuItemEditingPolicy$Setup
|
edu.cornell.mannlib.vitro.webapp.auth.policy.RestrictHomeMenuItemEditingPolicy$Setup
|
||||||
|
|
||||||
|
edu.cornell.mannlib.vitro.webapp.services.shortview.ShortViewServiceSetup
|
||||||
|
|
||||||
# Add VIVO specific DocumentModifers, this must come before SolrSetup
|
# Add VIVO specific DocumentModifers, this must come before SolrSetup
|
||||||
edu.cornell.mannlib.vitro.webapp.search.solr.VivoDocumentModifiers
|
edu.cornell.mannlib.vitro.webapp.search.solr.VivoDocumentModifiers
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue