mirror of
https://github.com/fspc/BikeShed-1.git
synced 2025-04-04 05:33:22 -04:00
Disabling by default was just annoying
This commit is contained in:
parent
ed1f2e6be4
commit
2a6e10ee9d
@ -2,8 +2,6 @@ class Tasks < Netzke::Basepack::Grid
|
|||||||
def configure(c)
|
def configure(c)
|
||||||
super
|
super
|
||||||
|
|
||||||
#disable by default, will be enabled once bike is clicked
|
|
||||||
c.disabled = true
|
|
||||||
task_list_id = nil
|
task_list_id = nil
|
||||||
if session[:selected_bike_id]
|
if session[:selected_bike_id]
|
||||||
task_list_id = Bike.find_by_id(session[:selected_bike_id]).task_list.id
|
task_list_id = Bike.find_by_id(session[:selected_bike_id]).task_list.id
|
||||||
|
Loading…
x
Reference in New Issue
Block a user