NIHVIVO-3162 fixed form name in DateTimeIntervalFormGenerator

This commit is contained in:
brianjlowe 2011-11-17 21:50:10 +00:00
parent 7d60677d4f
commit 9a28e3a448
2 changed files with 29 additions and 29 deletions

View file

@ -33,7 +33,7 @@ public class DateTimeIntervalFormGenerator extends
initPropertyParameters(vreq, session, conf);
initObjectPropForm(conf, vreq);
conf.setTemplate("dateTimeValueForm.ftl");
conf.setTemplate("dateTimeIntervalForm.ftl");
conf.setVarNameForSubject("subject");
conf.setVarNameForPredicate("toDateTimeInterval");