Skip to content

Commit

Permalink
Reflected name change from CatalogSearchCMSApp to CatalogSearchApp
Browse files Browse the repository at this point in the history
  • Loading branch information
beeduino committed May 13, 2020
1 parent 45a4c28 commit 97a89f1
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 97a89f1

Please sign in to comment.