Default object property from changed to switch to auto complete when there are too many individuals found in the range. NIHVIVO-3792

Auto complete code, css, templates and js moved from vivo to vitro.
This commit is contained in:
briancaruso 2012-06-19 21:59:49 +00:00
parent 2ba92cf8e7
commit ec77d1075b

View file

@ -64,7 +64,7 @@ public class DefaultObjectPropertyFormGenerator implements EditConfigurationGene
protected boolean doAutoComplete = false;
protected boolean tooManyRangeIndividuals = false;
protected long maxNonACRangeIndividualCount = 1000;
protected long maxNonACRangeIndividualCount = 300;
private static HashMap<String,String> defaultsForXSDtypes ;
static {