MTrackWeb/TicketEdit.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 24 Mar 2011 08:29:40 +0000 (16:29 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 24 Mar 2011 08:29:40 +0000 (16:29 +0800)
MTrackWeb/TicketEdit.php

index a87b067..878d594 100644 (file)
@@ -85,8 +85,8 @@ class MTrackWeb_TicketEdit extends MTrackWeb
         
         
         // new is always editable..????
-        $this->editable = $this->id ?
-            $this->ticket->hasPerm($this->authUser,'E')  : true;
+        $this->editable = true; //$this->id ?
+            //$this->ticket->hasPerm($this->authUser,'E')  : true;
          
         $this->issue->milestoneURL = $this->baseURL.'/Milestone'; // fix me later..