When there is a search help message (#search-ticket-help-msg
) and the ticket table is too wide, it gets pushed off to the right and is not visible.
Sort parameters may be set to "sort=None%2Cticket_num_i+asc" The None isn't correct in there, and throws an error on very old versions of solr.
allura:db/7369 (and sftheme)
Review instructions:
Go to admin > tools > ticket > options, and set some text for list views. Then make a few tickets with long names, owners, labels, etc so as to make for a wide table. Make sure the table is still visible.
Tail allura.log for solr query details. Do a simple ticket search, then click on a column header to filter. Check log to ensure no sort=None in the solr URL. You probably will need to delete all the
columns-N.*
url params so that the URL isn't way too long and omitted from the log.sftheme merged + pushed, allura still needs to be merged. Marked as validate.
Merged.