Skip to content

Commit

Permalink
fix reference to apphook CatalogSearchApp
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed May 15, 2020
1 parent 284c92c commit 5440bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shop/management/commands/shop.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def check_mandatory_pages(self):

page_attributes = [
# Menu Title, CMS-App-Hook or None, kwargs, Main Plugin, Plugin Context,
(("Search", 'CatalogSearchCMSApp', {'reverse_id': 'shop-search-product'}),
(("Search", 'CatalogSearchApp', {'reverse_id': 'shop-search-product'}),
('ShopSearchResultsPlugin', {}), {'render_type': 'catalog'}),
(("Cart", None, {'reverse_id': 'shop-cart'}),
('ShopCartPlugin', {'render_type': 'editable'}), {'render_type': 'soft-root'}),
Expand Down

0 comments on commit 5440bfc

Please sign in to comment.