Working on DateTimeWithPrecision handeling in custom forms NIHVIVO-1653
This commit is contained in:
parent
b7ccda71aa
commit
35e722f47a
2 changed files with 5 additions and 5 deletions
|
@ -148,6 +148,8 @@ public class EditSubmission {
|
|||
}
|
||||
}
|
||||
|
||||
processEditElementFields(editConfig,queryParameters);
|
||||
|
||||
this.basicValidation = new BasicValidation(editConfig,this);
|
||||
Map<String,String> errors = basicValidation.validateUris( urisFromForm );
|
||||
if( errors != null ) {
|
||||
|
@ -169,8 +171,6 @@ public class EditSubmission {
|
|||
}
|
||||
}
|
||||
|
||||
processEditElementFields(editConfig,queryParameters);
|
||||
|
||||
if( log.isDebugEnabled() )
|
||||
log.debug( this.toString() );
|
||||
}
|
||||
|
|
|
@ -223,7 +223,7 @@ public class SparqlEvaluate {
|
|||
qe.close();
|
||||
}
|
||||
|
||||
if( log.isDebugEnabled() ) log.debug("queryToUri() query: '"+ querystr +"'\nvalue: '" + value +"'");
|
||||
if( log.isDebugEnabled() ) log.debug("queryToLiteral() query: '"+ querystr +"'\nvalue: '" + value +"'");
|
||||
return value;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue