From 97a89f1d6281deeb2ee7f7f168c32f83ad22c31b Mon Sep 17 00:00:00 2001 From: Dmitry Sorokin Date: Tue, 12 May 2020 11:38:20 +0300 Subject: [PATCH] Reflected name change from CatalogSearchCMSApp to CatalogSearchApp --- shop/management/commands/shop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shop/management/commands/shop.py b/shop/management/commands/shop.py index 554ac06f6..e04a6b5b3 100644 --- a/shop/management/commands/shop.py +++ b/shop/management/commands/shop.py @@ -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'}),