Skip to content

Commit

Permalink
Merge pull request awesto#814 from beeduino/catalog-search-name-change
Browse files Browse the repository at this point in the history
Reflected name change from CatalogSearchCMSApp to CatalogSearchApp
  • Loading branch information
jrief authored May 13, 2020
2 parents 45a4c28 + 97a89f1 commit d359a99
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 d359a99

Please sign in to comment.