Only a set of user cannot view the detail page of an object. They can view the list page. On clicking the link of the reocrd on list page, following gets printed on the console. No concreated logs in data/logs
-
espo-main.js:62674 Uncaught (in promise) TypeError: Cannot destructure property 'optionsPath' of 'this.getMetadata(...).get(...)' as it is null.
at s.setupOptions (espo-main.js:62674:9)
at s.setup (espo-main.js:27528:12)
at s._initialize (bullbone.umd.js:1007:18)
at e.Factory.prepare (bullbone.umd.js:2871:18)
at bullbone.umd.js:2860:22
at e.Factory._getViewClass (bullbone.umd.js:2896:17)
at e.Factory.create (bullbone.umd.js:2853:18)
at bullbone.umd.js:1547:31
at Array.forEach (<anonymous>)
at s._loadNestedViews (bullbone.umd.js:1482:28)
-
espo-main.js:62674 Uncaught (in promise) TypeError: Cannot destructure property 'optionsPath' of 'this.getMetadata(...).get(...)' as it is null.
at s.setupOptions (espo-main.js:62674:9)
at s.setup (espo-main.js:27528:12)
at s._initialize (bullbone.umd.js:1007:18)
at e.Factory.prepare (bullbone.umd.js:2871:18)
at bullbone.umd.js:2860:22
at e.Factory._getViewClass (bullbone.umd.js:2896:17)
at e.Factory.create (bullbone.umd.js:2853:18)
at bullbone.umd.js:1547:31
at Array.forEach (<anonymous>)
at s._loadNestedViews (bullbone.umd.js:1482:28)
Comment