Changed name of IndividualProfileUrlMethod in template data model from "url" to "profileUrl"
This commit is contained in:
parent
e65f567fce
commit
ab927b494a
4 changed files with 4 additions and 4 deletions
|
@ -327,7 +327,7 @@ public class FreemarkerHttpServlet extends VitroHttpServlet {
|
|||
|
||||
protected Map<String, Object> getMethods() {
|
||||
Map<String, Object> map = new HashMap<String, Object>();
|
||||
map.put("url", new edu.cornell.mannlib.vitro.webapp.web.functions.IndividualProfileUrlMethod());
|
||||
map.put("profileUrl", new edu.cornell.mannlib.vitro.webapp.web.functions.IndividualProfileUrlMethod());
|
||||
return map;
|
||||
}
|
||||
|
||||
|
|
|
@ -197,7 +197,7 @@ public abstract class ObjectPropertyTemplateModel extends PropertyTemplateModel
|
|||
value = element.getChildNodes().item(0).getNodeValue();
|
||||
log.debug("Value of config parameter " + nodeName + " = " + value);
|
||||
} else {
|
||||
log.warn("No value for config parameter " + nodeName);
|
||||
log.debug("No value for config parameter " + nodeName);
|
||||
}
|
||||
return value;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue