Dear club members,
After upgrading SugarCRM from v12.0.0 to v13.0.0, our custom components have stopped working.
For instance, we use custom-route.js to have a pop-up window on the Contact module, it's showing normally on our dev environment (it has v12.0.0) but is not working on SugarCRM v13 (prod one).
I don't see anything on the browser console related to it.
The code is:
-> sugarcrm/custom/javascript/custom-routes.js
-> sugarcrm/custom/Extension/modules/Contacts/Ext/clients/base/menus/header/addContactMenuOptions.php
-> sugarcrm/custom/clients/base/views/contact-import/
- contact-import.hbs
The Div to display
- contact-import.js
- contact-import.php
Is there something different between v12 and v13 about Implementing custom components?