mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Fixing property filters on shopfront
This commit is contained in:
@@ -6,7 +6,7 @@ Darkswarm.filter 'propertiesOf', ->
|
||||
for property in object.supplied_properties
|
||||
properties[property.id] = property
|
||||
else
|
||||
for property of object.properties
|
||||
for property in object.properties
|
||||
properties[property.id] = property
|
||||
|
||||
properties
|
||||
|
||||
Reference in New Issue
Block a user