Changes between Initial Version and Version 7 of Ticket #5833


Ignore:
Timestamp:
Jan 18, 2008, 2:01:21 PM (16 years ago)
Author:
korpios
Comment:

Tweaked the summary and description.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5833

    • Property Owner changed from nobody to jkocherhans
    • Property Status newassigned
    • Property Keywords nfa-someday added; newforms admin removed
    • Property Cc korpios@… added
    • Property Summary newforms-admin enable registering custom FilterSpecs[newforms-admin] Custom FilterSpecs
  • Ticket #5833 – Description

    initial v7  
    1 I odified the filterspec definition to allow for users to register their own filters in admin. The mechanism is simple - I just reverted the order of the registry so that newly registered specs will come first. That way if you register your own filter via {{{FilterSpec.register}}}, it will be used before the default one.
     1One should be able to create custom `FilterSpecs` for the admin's `list_filter` interface.
     2
     3Honza_Kral: I modified the filterspec definition to allow for users to register their own filters in admin. The mechanism is simple - I just reverted the order of the registry so that newly registered specs will come first. That way if you register your own filter via {{{FilterSpec.register}}}, it will be used before the default one.
     4
     5Another approach by korpios is described in the comments.
Back to Top