mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-06 07:29:16 +00:00
Add comment
I still don't know why the morph method doesn't work in this context..
This commit is contained in:
@@ -136,9 +136,8 @@ class ProductsReflex < ApplicationReflex
|
||||
)
|
||||
morph :nothing
|
||||
|
||||
# dunno why this doesn't work.
|
||||
# morph "#products-form", render(partial: "admin/products_v3/table",
|
||||
# locals: { products: products })
|
||||
# dunno why this doesn't work. The HTML stops after the first `<col>` element, wtf?!
|
||||
# morph "#products-form", render(partial: "admin/products_v3/table", locals:)
|
||||
end
|
||||
|
||||
def producers
|
||||
|
||||
Reference in New Issue
Block a user