navrocky / urtconnector

Automatically exported from code.google.com/p/urtconnector
0 stars 0 forks source link

Reorder filters #127

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Common scenario: you build a set of filters that respresent your standard 
options which you'll use for everything.  All good.  Then you want to re-use it 
for 4.1 and 4.2 listings separately, so you add a version filter.  This is a 
filter you'll change all the time, so you want it at the top--oops.  Well we'll 
let that go because we can pin it to the toolbar and that works perfectly for 
quick swapping of lists.

Then we start looking for specific servers, and we throw in a quick filter for 
searching server names.  We really want that one at the top, but the only way 
to get it there is to delete and recreate the other 7 standard filters we've 
already got.

It sure would be nice if we could just drag filters around to re-order them and 
even re-structure our logic branching.

Original issue reported on code.google.com by HonoredM...@gmail.com on 29 Jun 2013 at 12:57