NIHVIVO-1341 Change names of custom list view config files, xml elements, templates.
This commit is contained in:
parent
26d8ffd1cd
commit
0d0468b86d
6 changed files with 7 additions and 12 deletions
|
@ -75,7 +75,7 @@ public class ObjectPropertyDaoJena extends PropertyDaoJena implements ObjectProp
|
|||
static protected String listViewConfigFileQueryString =
|
||||
"PREFIX display: <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#>" +
|
||||
"SELECT ?property ?filename WHERE { \n" +
|
||||
" ?property display:listViewConfigurationFile ?filename . \n" +
|
||||
" ?property display:listViewConfigFile ?filename . \n" +
|
||||
"} LIMIT 1";
|
||||
|
||||
static protected Query listViewConfigFileQuery;
|
||||
|
|
|
@ -278,7 +278,5 @@ public class ObjectPropertyStatementDaoJena extends JenaBaseDao implements Objec
|
|||
}
|
||||
return list;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -80,7 +80,7 @@ public abstract class ObjectPropertyTemplateModel extends PropertyTemplateModel
|
|||
|
||||
private class PropertyListConfig {
|
||||
|
||||
private static final String DEFAULT_CONFIG_FILE = "objectPropertyList-default.xml";
|
||||
private static final String DEFAULT_CONFIG_FILE = "listViewConfig-default.xml";
|
||||
private static final String CONFIG_FILE_PATH = "/config/";
|
||||
private static final String NODE_NAME_QUERY = "query";
|
||||
private static final String NODE_NAME_TEMPLATE = "template";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue