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
f2707b0bb1
commit
022506cbf4
11 changed files with 529 additions and 24 deletions
|
@ -43,7 +43,7 @@
|
|||
<ul class="searchhits">
|
||||
<#list individuals as individual>
|
||||
<li>
|
||||
<#include "${individual.searchView}">
|
||||
<@shortView uri=individual.uri viewContext="search" />
|
||||
</li>
|
||||
</#list>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue