Sha256: 8e046dc6ed1ceaa2c8c7fa10199af6651d699c63706df71473cfba47b8341b19

Contents?: true

Size: 634 Bytes

Versions: 13

Compression:

Stored size: 634 Bytes

Contents

module ErpApp
	module Desktop
		module Scaffold
			class RoleController < ErpApp::Desktop::Scaffold::BaseController
			  active_ext Role do |options|
				options[:inline_edit] = true
				options[:use_ext_forms] = false
				options[:ignore_associations] = true
				options[:show_id] = true
				options[:show_timestamps] = true
				options[:only] = [
				  {:description => {:required => true, :readonly => false}},
				  {:internal_identifier => {:required => true, :readonly => false}},
				  {:external_identifier => {:required => false, :readonly => false}}
				]
				options
			  end
			end
		end
	end
end


Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
erp_app-3.0.13 app/controllers/erp_app/desktop/scaffold/role_controller.rb
erp_app-3.0.12 app/controllers/erp_app/desktop/scaffold/role_controller.rb
erp_app-3.0.10 app/controllers/erp_app/desktop/scaffold/role_controller.rb
erp_app-3.0.9 app/controllers/erp_app/desktop/scaffold/role_controller.rb
erp_app-3.0.8 app/controllers/erp_app/desktop/scaffold/role_controller.rb
erp_app-3.0.7 app/controllers/erp_app/desktop/scaffold/role_controller.rb
erp_app-3.0.6 app/controllers/erp_app/desktop/scaffold/role_controller.rb
erp_app-3.0.5 app/controllers/erp_app/desktop/scaffold/role_controller.rb
erp_app-3.0.4 app/controllers/erp_app/desktop/scaffold/role_controller.rb
erp_app-3.0.3 app/controllers/erp_app/desktop/scaffold/role_controller.rb
erp_app-3.0.2 app/controllers/erp_app/desktop/scaffold/role_controller.rb
erp_app-3.0.1 app/controllers/erp_app/desktop/scaffold/role_controller.rb
erp_app-3.0.0 app/controllers/erp_app/desktop/scaffold/role_controller.rb