NIHVIVO-3829 Change the name of the default INDEX short view template to conform to the new convention.

This commit is contained in:
j2blake 2012-07-01 15:42:14 +00:00
parent f43a268324
commit 19fa66cf81
2 changed files with 1 additions and 1 deletions

View file

@ -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;