diff --git a/app/views/incidents/dat_incidents/_location_fields.html.haml b/app/views/incidents/dat_incidents/_location_fields.html.haml index 15e59c58..88f92b2d 100644 --- a/app/views/incidents/dat_incidents/_location_fields.html.haml +++ b/app/views/incidents/dat_incidents/_location_fields.html.haml @@ -16,6 +16,7 @@ =f.input :lat, as: :hidden, input_html: detail_options =f.input :lng, as: :hidden, input_html: detail_options =f.input :neighborhood, input_html: detail_options + =f.input :territory, collection: Incidents::Territory.for_chapter(f.object.chapter) =f.input :county, input_html: detail_options =f.input :address_directly_entered, as: :hidden, input_html: {value: '1'} -if f.object.chapter.incidents_report_allow_manual_address diff --git a/app/views/incidents/dat_incidents/_panel_basic.html.haml b/app/views/incidents/dat_incidents/_panel_basic.html.haml index 95347113..2226a989 100644 --- a/app/views/incidents/dat_incidents/_panel_basic.html.haml +++ b/app/views/incidents/dat_incidents/_panel_basic.html.haml @@ -3,7 +3,6 @@ =f.semantic_fields_for :incident do |f| =f.semantic_errors =f.input :cas_event_number, as: :string - =f.input :territory, collection: Incidents::Territory.for_chapter(f.object.chapter) =f.input :date, as: (readonly ? :string : :bootstrap_date), input_html: {readonly: readonly} =f.input :incident_type, as: :assignable_select, include_blank: false, required: true, humanized: :humanized_valid_incident_types =f.input :incident_call_type, as: :assignable_select, include_blank: false, required: true