Hello EspoCRM Community,
we've recently updated our EspoCRM instance to version 8.0 and are experiencing an issue with one of our custom entities. The entity type is BasicPlus. When clicking on the Details view for this entity, an empty screen is displayed. However, other custom entities of the same type do not encounter this issue. Interestingly, this only happens when logged in as a non-admin user, even if the user is assigned all permissions.
The console shows the following error message:
No errors are displayed in the server or EspoCRM logs.
Has anyone encountered this issue or can anyone provide guidance on how to resolve it?
Thank you in advance for your assistance.
Best regards,
Lukas
we've recently updated our EspoCRM instance to version 8.0 and are experiencing an issue with one of our custom entities. The entity type is BasicPlus. When clicking on the Details view for this entity, an empty screen is displayed. However, other custom entities of the same type do not encounter this issue. Interestingly, this only happens when logged in as a non-admin user, even if the user is assigned all permissions.
The console shows the following error message:
Code:
Uncaught (in promise) TypeError: right-hand side of 'in' should be an object, got null setupTranslation espo-main.js:27570 setupTranslation espo-main.js:27569 setup espo-main.js:27535 _initialize bullbone.umd.js:1007 prepare bullbone.umd.js:2871 create bullbone.umd.js:2860 _getViewClass bullbone.umd.js:2904 _load loader.js:694 require loader.js:429 require loader.js:1134 viewLoader espo-main.js:31523 espo-main.js:27570:27
Has anyone encountered this issue or can anyone provide guidance on how to resolve it?
Thank you in advance for your assistance.
Best regards,
Lukas
Comment