mirror of
				https://github.com/fspc/BikeShed-1.git
				synced 2025-10-31 08:55:36 -04:00 
			
		
		
		
	Merge pull request #96 from spacemunkay/denney-move-checks
Move checklist to the left in the tasks view.
This commit is contained in:
		
						commit
						966c36b563
					
				| @ -24,9 +24,9 @@ class Tasks < Netzke::Basepack::Grid | |||||||
|       :task_list_id => task_list_id |       :task_list_id => task_list_id | ||||||
|     } |     } | ||||||
|     c.columns = [ |     c.columns = [ | ||||||
|  |         :done, | ||||||
|         :task, |         :task, | ||||||
|         :notes, |         :notes | ||||||
|         :done |  | ||||||
|       ] |       ] | ||||||
|   end |   end | ||||||
| 
 | 
 | ||||||
| @ -34,9 +34,9 @@ class Tasks < Netzke::Basepack::Grid | |||||||
|     fields = [] |     fields = [] | ||||||
|     fields << { :no_binding => true, :xtype => 'displayfield', :fieldLabel => "No Bike Selected", :value => "Select a Bike First!"} |     fields << { :no_binding => true, :xtype => 'displayfield', :fieldLabel => "No Bike Selected", :value => "Select a Bike First!"} | ||||||
|     fields.concat( [ |     fields.concat( [ | ||||||
|  |         :done, | ||||||
|         :task, |         :task, | ||||||
|         :notes, |         :notes | ||||||
|         :done |  | ||||||
|       ]) |       ]) | ||||||
|   end |   end | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user