#7369 Ticket filtering bugs

v1.2.0
closed
sf-2 (994)
General
Kenton Taylor
2015-08-20
2014-05-05
No

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.

Discussion

  • Dave Brondsema

    Dave Brondsema - 2014-05-05

    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.

     
  • Dave Brondsema

    Dave Brondsema - 2014-05-05
    • status: in-progress --> code-review
    • Size: --> 2
     
  • Kenton Taylor - 2014-05-06
    • QA: Kenton Taylor
     
  • Kenton Taylor - 2014-05-06
    • status: code-review --> validation
     
  • Kenton Taylor - 2014-05-06

    sftheme merged + pushed, allura still needs to be merged. Marked as validate.

     
  • Dave Brondsema

    Dave Brondsema - 2014-05-06

    Merged.

     
  • Dave Brondsema

    Dave Brondsema - 2014-05-06
    • status: validation --> closed
     
  • Dave Brondsema

    Dave Brondsema - 2015-01-05
    • Milestone: unreleased --> asf_release_1.2.0
     

Log in to post a comment.