diff --git a/src/OpenIntranet/plugins/store/store.py b/src/OpenIntranet/plugins/store/store.py index 3596d3e..1db1704 100644 --- a/src/OpenIntranet/plugins/store/store.py +++ b/src/OpenIntranet/plugins/store/store.py @@ -240,7 +240,7 @@ def post(self): '$limit' : int(page_len) },{ "$lookup":{ - "from": "category", + "from": "category_complete", "localField": "category", "foreignField": "_id", "as": "category" diff --git a/src/OpenIntranet/templates/store/store.api.template.component.row.hbs b/src/OpenIntranet/templates/store/store.api.template.component.row.hbs index 0209b5c..8d1de66 100644 --- a/src/OpenIntranet/templates/store/store.api.template.component.row.hbs +++ b/src/OpenIntranet/templates/store/store.api.template.component.row.hbs @@ -2,8 +2,9 @@ -->