mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-16 08:31:36 -04:00
So close, just a minor bug left to fix
Can't put a field container within a field container, need to flatten it out.
This commit is contained in:
@@ -45,7 +45,7 @@ class BikeLogs < Netzke::Basepack::Grid
|
||||
|
||||
def default_fields_for_forms
|
||||
[
|
||||
{ :name => :start_date},
|
||||
{ :name => :start_date, :xtype => 'xdateampmtime'},
|
||||
{ :name => :description},
|
||||
#had to hack acts_as_loggable/log.rb to get this to work
|
||||
{ :name => :bike_action__action, :field_label => 'Action', :min_chars => 1 }
|
||||
|
||||
Reference in New Issue
Block a user