Importa i prospect Calcio a 5 senza toccare la Pallavolo e filtra le organizzazioni per sport.
CI / scan_ruby (push) Failing after 15m50s
CI / scan_js (push) Successful in 18m7s
CI / lint (push) Failing after 12m1s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-09-05 11:07:43 +02:00
co-authored by Cursor
parent b5737a7ee7
commit e492c43bf8
7 changed files with 320 additions and 9 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
<%= select_tag :owner, options_from_collection_for_select(User.active.order(:first_name), :id, :full_name, params[:owner]), include_blank: "Owner", class: input_class %>
<%= select_tag :lead_source, options_for_catalog(Catalog::LEAD_SOURCES, params[:lead_source]), include_blank: "Fonte", class: input_class %>
<%= select_tag :organization_type, options_for_catalog(Catalog::ORGANIZATION_TYPES, params[:organization_type]), include_blank: "Tipologia", class: input_class %>
<%= text_field_tag :sport, params[:sport], placeholder: "Sport", class: input_class %>
<%= select_tag :sport, options_for_select(@sport_options, params[:sport]), include_blank: "Sport", class: input_class %>
<%= text_field_tag :country, params[:country], placeholder: "Paese", class: input_class %>
<%= text_field_tag :region, params[:region], placeholder: "Regione", class: input_class %>
<%= select_tag :customer, options_for_select([["Cliente/non cliente", ""], ["Solo clienti", "yes"], ["Non clienti", "no"]], params[:customer]), class: input_class %>