Hi, I'm creating a new module called "articleManager", inside this articleManager I have an entity called Projects, I'm having 2 problems with this:
- Localization: I create my own Global.json for Tab and Label localization but it doesn't work, I had to create an entry in 'Espo\Modules\Crm\Resources\i18n' Global.json to add my own module title in each language.
- When I click on my fresh created "Project" or when I try to create a new one, I get this console error: Uncaught Error: Could not load file 'client/src/views/detail.js'
It should be looking in: 'client/modules/article-manager/src/views/project/detail.js'
Comment