Edgewall Software

Changes between Initial Version and Version 1 of Ticket #7821


Ignore:
Timestamp:
Nov 14, 2008, 8:03:17 PM (15 years ago)
Author:
Remy Blank
Comment:

Replying to m.galante@…:

I understand from #5998 that this should work on Trac 0.11.2, but it doesn't for me.

#5998 allowed using the URL syntax for default_query, which is not quite the same as the query syntax. In your case, you should use the following:

[query]
default_query = ?status=!closed&group=milestone&owner=$USER

Note the leading ? and the modifier after the =.

I am trying to make both syntaxes converge in #7699, so this should get less confusing in the future.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7821

    • Property Status newclosed
    • Property Resolutionworksforme
  • Ticket #7821 – Description

    initial v1  
    33{{{
    44[query]
    5 default_query = status!=closed&group=milestone&owner=$USER
     5default_query = ?status!=closed&group=milestone&owner=$USER
    66}}}
    77