|
|
|
|
@ -9,22 +9,14 @@ class Form::Lettings::Subsections::Setup < ::Form::Subsection
|
|
|
|
|
def pages |
|
|
|
|
@pages ||= [ |
|
|
|
|
Form::Lettings::Pages::StockOwner.new(nil, nil, self), |
|
|
|
|
Form::Lettings::Pages::MinRentValueCheck.new("stock_owner_min_rent_value_check", nil, self), |
|
|
|
|
Form::Lettings::Pages::MaxRentValueCheck.new("stock_owner_max_rent_value_check", nil, self), |
|
|
|
|
Form::Lettings::Pages::ManagingOrganisation.new(nil, nil, self), |
|
|
|
|
Form::Lettings::Pages::CreatedBy.new(nil, nil, self), |
|
|
|
|
Form::Lettings::Pages::NeedsType.new(nil, nil, self), |
|
|
|
|
Form::Lettings::Pages::Scheme.new(nil, nil, self), |
|
|
|
|
Form::Lettings::Pages::Location.new(nil, nil, self), |
|
|
|
|
Form::Lettings::Pages::MinRentValueCheck.new("needs_type_min_rent_value_check", nil, self), |
|
|
|
|
Form::Lettings::Pages::MaxRentValueCheck.new("needs_type_max_rent_value_check", nil, self), |
|
|
|
|
Form::Lettings::Pages::Renewal.new(nil, nil, self), |
|
|
|
|
Form::Lettings::Pages::TenancyStartDate.new(nil, nil, self), |
|
|
|
|
Form::Lettings::Pages::MinRentValueCheck.new("start_date_min_rent_value_check", nil, self), |
|
|
|
|
Form::Lettings::Pages::MaxRentValueCheck.new("start_date_max_rent_value_check", nil, self), |
|
|
|
|
Form::Lettings::Pages::RentType.new(nil, nil, self), |
|
|
|
|
Form::Lettings::Pages::MinRentValueCheck.new("rent_type_min_rent_value_check", nil, self), |
|
|
|
|
Form::Lettings::Pages::MaxRentValueCheck.new("rent_type_max_rent_value_check", nil, self), |
|
|
|
|
Form::Lettings::Pages::TenantCode.new(nil, nil, self), |
|
|
|
|
Form::Lettings::Pages::PropertyReference.new(nil, nil, self), |
|
|
|
|
].compact |
|
|
|
|
|