Remove taxons list field from product edit form.

It is not working and it's not used in any other place in the app, there's the product category already (product.primary_taxon_id)
This commit is contained in:
Luis Ramos
2020-02-25 11:33:42 +00:00
parent 129de8fd57
commit a6e4893287

View File

@@ -16,11 +16,6 @@
= sanitize(@product.description)
= f.error_message_on :description
= f.field_container :taxons do
= f.label :taxon_ids, t(:taxons)
%br
= f.hidden_field :taxon_ids, :value => @product.taxon_ids.join(',')
.right.four.columns.omega
.variant_units_form{ 'ng-app' => 'admin.products', 'ng-controller' => 'editUnitsCtrl' }