Sha256: 4b22c43c66adf86e148788f51816fcecbb856b44155ad810178512d8673bea63

Contents?: true

Size: 998 Bytes

Versions: 15

Compression:

Stored size: 998 Bytes

Contents

<%= content_tag :div,
  class: spree_taxon_editor.css_classes,
  data: spree_taxon_editor.data_attributes do %>
  <%= element_form.fields_for(:ingredients, spree_taxon_editor.ingredient) do |f| %>
    <%= ingredient_label(spree_taxon_editor, :taxon_id) %>
    <%= f.text_field :taxon_id,
      value: spree_taxon_editor.taxon&.id,
      id: spree_taxon_editor.form_field_id(:taxon_id),
      class: 'alchemy_selectbox full_width' %>
  <% end %>
<% end %>

<script>
  $('#<%= spree_taxon_editor.form_field_id(:taxon_id) %>').alchemyTaxonSelect({
    placeholder: "<%= Alchemy.t(:search_taxon, scope: 'solidus') %>",
    apiToken: "<%= current_alchemy_user.spree_api_key %>",
    baseUrl: "<%= spree.api_taxons_path %>",
    query_params: <%== spree_taxon_editor.settings[:query_params].to_json %>,
    <% if spree_taxon_editor.taxon %>
    initialSelection: {
      id: <%= spree_taxon_editor.taxon.id %>,
      text: "<%= spree_taxon_editor.taxon.pretty_name %>"
    }
    <% end %>
  })
</script>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
alchemy-solidus-7.4.0 app/views/alchemy/ingredients/_spree_taxon_editor.html.erb
alchemy-solidus-7.3.2 app/views/alchemy/ingredients/_spree_taxon_editor.html.erb
alchemy-solidus-7.1.0 app/views/alchemy/ingredients/_spree_taxon_editor.html.erb
alchemy-solidus-7.0.1 app/views/alchemy/ingredients/_spree_taxon_editor.html.erb
alchemy-solidus-7.0.0 app/views/alchemy/ingredients/_spree_taxon_editor.html.erb
alchemy-solidus-6.3.2 app/views/alchemy/ingredients/_spree_taxon_editor.html.erb
alchemy-solidus-6.3.1 app/views/alchemy/ingredients/_spree_taxon_editor.html.erb
alchemy-solidus-6.3.0 app/views/alchemy/ingredients/_spree_taxon_editor.html.erb
alchemy-solidus-6.2.0 app/views/alchemy/ingredients/_spree_taxon_editor.html.erb
alchemy-solidus-6.1.0 app/views/alchemy/ingredients/_spree_taxon_editor.html.erb
alchemy-solidus-6.0.1 app/views/alchemy/ingredients/_spree_taxon_editor.html.erb
alchemy-solidus-6.0.0 app/views/alchemy/ingredients/_spree_taxon_editor.html.erb
alchemy-solidus-5.0.0 app/views/alchemy/ingredients/_spree_taxon_editor.html.erb
alchemy-solidus-4.1.0 app/views/alchemy/ingredients/_spree_taxon_editor.html.erb
alchemy-solidus-4.0.0 app/views/alchemy/ingredients/_spree_taxon_editor.html.erb