Matt Good wrote:
> Ilias Lazaridis wrote:
...
> > there is a tiny follow-up issue, which is non critical ('Created' and
> > 'Modified' fields appear within the query-modul UI, selecting them
> > results in no action):
>
> Well, I think my previous patch for adding the "Created" and "Modified"
> fields as sortable columns was sufficient for now, and avoids the bug
> where they appear in the filter list. We will get many confused users
> reporting a bug if they see those filters, but can't select them. Once
> the code is in place to enable filtering by dates, *then* those filters
> can be added to the list.
...
The add-filter issue is trivial:
http://dev.lazaridis.com/base/changeset/115
see sidenote [1]
-
I've removed additionally the change to the "get_ticket_fields"
function within "api/py", so the overall change is only within query.py
and the 2 templates:
http://dev.lazaridis.com/base/intertrac/diff:sync/[EMAIL
PROTECTED]:infra/[EMAIL PROTECTED]
.
[1]
sidenote: I have the feeling that the code should be moved away from
the template, e.g. attributes like "field.available_for_filtering" and
"field.filter_disabled"
http://dev.lazaridis.com/base/browser/infra/trac-dev/templates/query.html?rev=115#L117
.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Trac Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---