-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When changing a pick list to read only, it requires a size limit of at least two #1515
Comments
It is set that way in the form definition: <cell id="sizeLimit" initialize="max=500;min=2" isrequired="true" name="sizeLimit" type="field" uitype="spinner" /> Other than the form definition, there is no reason why it can't be -1. Specify 7 would handle both 0 and -1 as "no limit" |
Which form definition is it reading from? the accession form definition for that field just says make it a pick list, it does not include size or other information. |
It looks like the picklist view is part of system views. It also means that we can update this view with new specify 6 release |
To clarify, Specify 6 disables the "sizeLimit" field if pick list is read only. |
Can recreate in edge (7.9.6) |
Fixed in 56c4059 |
When checking the box to make a pick list read only, it won't save unless you enter a size limit of at least two. However, that field becomes irrelevant when a pick list is read only so it should be greyed out.
To replicate:
Open an existing pick list that is NOT read only (I used
Check the read only box
Click save
A message saying the count should be at least two appears
The text was updated successfully, but these errors were encountered: