diff options
| author | ivan <ivan> | 2004-03-11 02:05:38 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2004-03-11 02:05:38 +0000 |
| commit | eb9668a6f3181ee02cb335272c5ee4616e61fd09 (patch) | |
| tree | f5a22d9141723fd9e2fdb40430e4a38743b72604 /rt/html/SelfService/Elements | |
| parent | 25953817e61fd252c18241699c0b6cdc3fa54121 (diff) | |
| parent | 289340780927b5bac2c7604d7317c3063c6dd8cc (diff) | |
This commit was generated by cvs2svn to compensate for changes in r3241,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'rt/html/SelfService/Elements')
| -rw-r--r-- | rt/html/SelfService/Elements/MyRequests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rt/html/SelfService/Elements/MyRequests b/rt/html/SelfService/Elements/MyRequests index 95ede0811..839359aed 100644 --- a/rt/html/SelfService/Elements/MyRequests +++ b/rt/html/SelfService/Elements/MyRequests @@ -49,6 +49,7 @@ $title ||= loc("My [_1] tickets", $friendly_status); my $MyTickets; $MyTickets = new RT::Tickets ($session{'CurrentUser'}); $MyTickets->LimitWatcher(TYPE => 'Requestor', VALUE => $session{'CurrentUser'}->EmailAddress); +$MyTickets->OrderBy(FIELD => 'id', ORDER => 'ASC'); foreach my $status (@status) { |
