Sha256: 305328ea7a12e12cd9bc4ce98e65e5ee2ce384409edb93eea681dee889b5254b

Contents?: true

Size: 291 Bytes

Versions: 78

Compression:

Stored size: 291 Bytes

Contents

class Marty::RecordFormWindow < Netzke::Basepack::RecordFormWindow
  def configure(c)
    super c
    c.fbar = nil if c.item_id == 'view_window'
  end

  component :view_form do |c|
    preconfigure_form(c)
    c.record_id = config.client_config[:record_id]
    c.mode = :lockable
  end
end

Version data entries

78 entries across 78 versions & 1 rubygems

Version Path
marty-14.3.0 app/components/marty/record_form_window.rb
marty-14.0.0 app/components/marty/record_form_window.rb
marty-13.0.2 app/components/marty/record_form_window.rb
marty-11.0.0 app/components/marty/record_form_window.rb
marty-10.0.3 app/components/marty/record_form_window.rb
marty-10.0.2 app/components/marty/record_form_window.rb
marty-10.0.0 app/components/marty/record_form_window.rb
marty-9.5.1 app/components/marty/record_form_window.rb
marty-9.5.0 app/components/marty/record_form_window.rb
marty-9.3.3 app/components/marty/record_form_window.rb
marty-9.3.2 app/components/marty/record_form_window.rb
marty-9.3.0 app/components/marty/record_form_window.rb
marty-8.5.0 app/components/marty/record_form_window.rb
marty-8.4.1 app/components/marty/record_form_window.rb
marty-8.3.1 app/components/marty/record_form_window.rb
marty-8.2.0 app/components/marty/record_form_window.rb
marty-8.0.0 app/components/marty/record_form_window.rb
marty-6.1.0 app/components/marty/record_form_window.rb
marty-5.2.0 app/components/marty/record_form_window.rb
marty-5.1.4 app/components/marty/record_form_window.rb