legumeinfo / legumemine

An InterMine which contains multiple legumes
GNU Lesser General Public License v3.0
0 stars 0 forks source link

regions page has some missing parts (including the form submission buttons) #18

Closed adf-ncgr closed 6 years ago

adf-ncgr commented 6 years ago

https://intermine.legumefederation.org/legumemine/genomicRegionSearch.do parts 2 and 5 are blank and the Reset/Search buttons do not appear. looks like https://mines.legumeinfo.org/peanutmine/genomicRegionSearch.do has the same problem, though other species-specific mines seem fine.

sammyjava commented 6 years ago

Fixed. Somehow managed to drop this informative little blurb that comes down with new mines these days. I'll check all the mines.

# if enableStrandSpecificSearch is true then the mine's resources/struts-config-form-model.xml must have the entry
# <form-bean name="genomicRegionSearchForm" type="org.intermine.bio.web.struts.GenomicRegionSearchForm">
#    ...
#    <form-property name="strandSpecific" type="java.lang.Boolean"/>
# </form-bean>
genomicRegionSearch.enableStrandSpecificSearch=true