[Bps-public-commit] r17379 - sd/trunk/lib/App/SD/Server

jesse at bestpractical.com jesse at bestpractical.com
Fri Dec 26 19:34:57 EST 2008


Author: jesse
Date: Fri Dec 26 19:34:57 2008
New Revision: 17379

Modified:
   sd/trunk/lib/App/SD/Server/View.pm

Log:
* change which params we can edit in webu i

Modified: sd/trunk/lib/App/SD/Server/View.pm
==============================================================================
--- sd/trunk/lib/App/SD/Server/View.pm	(original)
+++ sd/trunk/lib/App/SD/Server/View.pm	Fri Dec 26 19:34:57 2008
@@ -274,8 +274,7 @@
             name => 'edit-ticket'
         );
         for my $prop (
-            'summary', 'status',  'owner',    'created',
-            'due',     'creator', 'reporter', 'milestone'
+            'summary', 'status', 'milestone', 'component',  'owner',  'due',     'reporter'
             ) {
 
             div { { class is 'widget $prop'}; widget( function => $f, prop => $prop ) };
@@ -317,8 +316,9 @@
             name => 'create-ticket'
         );
         for my $prop (
-            'summary', 'status',  'owner',    'created',
-            'due',     'creator', 'reporter', 'milestone'
+            'summary', 'status', 'milestone', 'component',  
+            'reporter',
+            'owner',  'due',     
             ) {
 
             div { {class is 'widget '.$prop};



More information about the Bps-public-commit mailing list