You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We already have a SPECIESID column on form fields for use with the adoptable, shelter and foster animal field types. This same column could also work with the breed type (ID 7).
All it would need to work is displaying for ID 7 in onlineform.js and in onlineform.py/get_onlineform_html to use asm3.lookups.get_breeds_by_species instead of get_breeds if all isn't selected.