web/ticket.php
authorAlan Knowles <alan@akkbhome.com>
Wed, 26 Jan 2011 10:59:10 +0000 (18:59 +0800)
committerAlan Knowles <alan@akkbhome.com>
Wed, 26 Jan 2011 10:59:10 +0000 (18:59 +0800)
web/ticket.php

index e9656b6..5353b41 100644 (file)
@@ -1192,6 +1192,9 @@ function renderEditForm($issue, $params = array())
             $R = new MTrackResolution;
             $resolutions = $R->enumerate();
             unset($resolutions['fixed']);
+            foreach(array_keys($ST) as $s) {
+                $html .=   mtrack_chg_status ('action', 'resolve_' .$s, 'Resolve as: <B>'.  $s. '</B>');
+            }
             $html .= mtrack_chg_status('action', 'resolve', 'Resolve as:', 'resolution', $resolutions, $issue );
         } else {
             // $html .= "<i>you must be in the closer group to close issues</i><br/>";