Running the update.php script generated the following error.

The following views were using the index Product Display: display_products. You should disable or delete them.

Going to admin/content/views we find

Commerce Backoffice: Products
Display: Page
In code
Type: Content
Path: /admin/commerce/products/list

and

Products
Display: Page
In code
Type: Commerce Product
Path: /admin/commerce/products/list

Which one is supposed to be the one to activate?

Comments

jsacksick’s picture

Status: Active » Fixed

The following views were using the index Product Display: display_products. You should disable or delete them.

This is a warning and not error generated because at some point in the update the module that was exporting the SearchApi index doesn't export it anymore and commerce_search_api creates automatically the index.
+ This has nothing to do with the two views, the first one is brought by the commerce_backoffice_product module and based on the product display (node) that brings enhancements and the second one is the old view created by the commerce module itself and deactivated by commerce_backoffice_product

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.