mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Update event name
The event name has changed in the official release.
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
= form.fields_for("products", product, index: product_index) do |product_form|
|
||||
%tbody.relaxed.naked_inputs{ data: { 'record-id': product_form.object.id,
|
||||
controller: "nested-form",
|
||||
action: 'nested-form:add->bulk-form#registerElements' } }
|
||||
action: 'rails-nested-form:add->bulk-form#registerElements' } }
|
||||
%tr
|
||||
= render partial: 'product_row', locals: { product:, f: product_form }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user