Skip to content

Fix a warning with Catalog and redirects to erp5_xhtml_style interface from ZMI views

Jérome Perrin requested to merge jerome/erp5:fix/catalog-warning-and-zmi into master

When editing components, this warning is displayed on the console:

Ambiguous name for method of Products.ERP5.Document.SQLMethod.SQLMethod: 'manage_main' != 'manage'

fix by adding the same _setName that the parent class does.

While looking a this, I realized that clicking on the breadcrumb in the ZMI, any part of

image

would redirect to the ERP5 xhtml style view.

Merge request reports