NIHVIVO-3829 Change the name of the default INDEX short view template to conform to the new convention.
This commit is contained in:
parent
f43a268324
commit
19fa66cf81
2 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ public interface ShortViewService {
|
||||||
* The available contexts for short views.
|
* The available contexts for short views.
|
||||||
*/
|
*/
|
||||||
public enum ShortViewContext {
|
public enum ShortViewContext {
|
||||||
SEARCH("view-search-default.ftl"), INDEX("listedIndividual.ftl"), BROWSE(
|
SEARCH("view-search-default.ftl"), INDEX("view-index-default.ftl"), BROWSE(
|
||||||
"view-browse-default.ftl");
|
"view-browse-default.ftl");
|
||||||
|
|
||||||
private final String defaultTemplateName;
|
private final String defaultTemplateName;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue