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:
Jason Denney
2013-11-02 19:38:31 -04:00
parent 3d6f698fb9
commit cb4763c172
2 changed files with 291 additions and 1 deletions
+1 -1
View File
@@ -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 }