Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion app/views/incidents/dat_incidents/_panel_basic.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down