I am currently working on my first custom frontend extension for SuiteCRM 8.3, and I’ve followed all the steps in this tutorial:
The Angular widget seems to be working - I can see its constructor printing out text via console.log(), so I believe the code is correct (it compiles without errors with yarn run build:default and the resulting JS files are loaded correctly).
However, the sidebar widget does not show up on the Details View in Accounts.
I’ve updated the detailviewdefs.php file as per the tutorial (path: public/legacy/modules/Accounts/metadata/detailviewdefs.php), so that it adds the widget to the sidebar area, but it appears that the changes in this file are not picked up by the CRM at all.
Can anyone suggest any ideas why changes in detailviewdefs.php aren’t picked up? What can I try to troubleshoot this?