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:
parent
2ba92cf8e7
commit
ec77d1075b
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue