starting to work...
[freeside.git] / rt / share / html / SelfService / Closed.html
index 268a226..6fd6e83 100755 (executable)
@@ -2,7 +2,7 @@
 %#
 %# COPYRIGHT:
 %#
-%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC
+%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC
 %#                                          <sales@bestpractical.com>
 %#
 %# (Except where explicitly superseded by other copyright notices)
@@ -49,7 +49,7 @@
 
 <& /SelfService/Elements/MyRequests,
     %ARGS,
-    status          => ['rejected', 'resolved'],
+    status          => [ RT::Queue->InactiveStatusArray ],
     friendly_status => loc('closed'), 
        BaseURL         => RT->Config->Get('WebPath') ."/SelfService/Closed.html?",
        Page            => $Page,