Fix a warning with Catalog and redirects to erp5_xhtml_style interface from ZMI views
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
would redirect to the ERP5 xhtml style view.