dmanty45 / bots

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

persistent filter, order and selection in configuration screens #68

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
in configuration screens the filter, order and selection are persistent now.
major use cases:
- view codes in one user maintained list by using a filter. 
  is a workaround for: Issue 6: good screen for User codes by type
- in composite routes use filter to select this route, than sort on seq.
  is a workaround for: Issue 3: routes should be sorted on routeID,seq
- works  nicely with search function.
  This makes the maintenance of larger codelists easier.

is not available in django 1.3
added middleware-function to do this, middleware should be added in settings.py

works for django 1.1.1

Original issue reported on code.google.com by hjebb...@gmail.com on 27 Jul 2011 at 4:55

GoogleCodeExporter commented 8 years ago
works for django 1.3

Original comment by hjebb...@gmail.com on 2 Aug 2011 at 10:15

GoogleCodeExporter commented 8 years ago

Original comment by hjebb...@gmail.com on 28 Oct 2011 at 7:08

GoogleCodeExporter commented 8 years ago

Original comment by hjebb...@gmail.com on 10 Sep 2013 at 12:44