following https://docs.espocrm.com/development/custom-field-type/
I have defined a field in meta data as
"view": "contactreports:views/fields/contactreportlauncher"
and created a file at
\client\modules\contactreports\src\views\fields\co ntactreportlauncher.js
clear cache and browser cache but the view is not being loaded. I get a 404 as it is looking for
/client/custom/modules/contactreports/src/views/fields/contactreportlauncher.js?r=1674232785
why might this be?
Where is the code that decides where to look and how can I see why it is missing my file?
I have defined a field in meta data as
"view": "contactreports:views/fields/contactreportlauncher"
and created a file at
\client\modules\contactreports\src\views\fields\co ntactreportlauncher.js
clear cache and browser cache but the view is not being loaded. I get a 404 as it is looking for
/client/custom/modules/contactreports/src/views/fields/contactreportlauncher.js?r=1674232785
why might this be?
Where is the code that decides where to look and how can I see why it is missing my file?
Comment