Listing.html's $Status "On" Parameter

I’m using RT 2.0.9.

In Listing.html, you can, for example, select as a search parameter:
Created On

When the search query is processed, the date you put in to the form
for that gets transformed into a time, specifically midnight localtime
of the date you put in.

So, it appears that “Created On” requires somewhat precise usage. That
doesn’t seem to be what I would expect it to do. Seems like that value
should be a date, not a time. Is this something that has been
fixed/changed in newer versions of RT? Is it on the slate to change?

Matt

On should select a 24 hour range. Anything else is a bug. I don’t exactly have
time to look just now. if the current cvs is still doing that, send mail to rt-2.0-bugs.On Wed, Feb 20, 2002 at 02:15:57PM -0600, Matt Disney wrote:

I’m using RT 2.0.9.

In Listing.html, you can, for example, select as a search parameter:
Created On

When the search query is processed, the date you put in to the form
for that gets transformed into a time, specifically midnight localtime
of the date you put in.

So, it appears that “Created On” requires somewhat precise usage. That
doesn’t seem to be what I would expect it to do. Seems like that value
should be a date, not a time. Is this something that has been
fixed/changed in newer versions of RT? Is it on the slate to change?

Matt


rt-devel mailing list
rt-devel@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-devel

http://www.bestpractical.com/products/rt – Trouble Ticketing. Free.

On should select a 24 hour range. Anything else is a bug. I don’t
exactly have time to look just now. if the current cvs is still doing
that, send mail to rt-2.0-bugs.

My install does it. I consider it a bug. Heres a fix. (patch is against
my version of Web.pm, as per #1246, might apply on cvs 1.6). Even got the
entryaggregator right this time ;)> On Wed, Feb 20, 2002 at 02:15:57PM -0600, Matt Disney wrote:

When the search query is processed, the date you put in to the form
for that gets transformed into a time, specifically midnight localtime
of the date you put in.

                         Bruce Campbell                            RIPE
               Systems/Network Engineer                             NCC
             www.ripe.net - PGP562C8B1B                      Operations

patch-lib-RT-Interface-Web2.pm (1.71 KB)