In new installation 8.0.4 and when trying to create the first new user and trying to select a role from the popup window, the javascript gives this error in browser console. Upgraded to 8.0.5 but same issue persists. The Roles field is then not populated.
espo-main.js:27459 Uncaught TypeError: this.select is not a function
at o.<anonymous> (espo-main.js:27459:11)
at o.<anonymous> (bullbone.umd.js:300:26)
at o.<anonymous> (underscore-umd.js:1221:21)
at m (bullbone.umd.js:363:63)
at f (bullbone.umd.js:342:17)
at l (bullbone.umd.js:48:22)
at i.trigger (bullbone.umd.js:327:9)
at s.<anonymous> (espo-main.js:35595:37)
at s.<anonymous> (bullbone.umd.js:300:26)
at s.<anonymous> (underscore-umd.js:1221:21)
Any advice ?
espo-main.js:27459 Uncaught TypeError: this.select is not a function
at o.<anonymous> (espo-main.js:27459:11)
at o.<anonymous> (bullbone.umd.js:300:26)
at o.<anonymous> (underscore-umd.js:1221:21)
at m (bullbone.umd.js:363:63)
at f (bullbone.umd.js:342:17)
at l (bullbone.umd.js:48:22)
at i.trigger (bullbone.umd.js:327:9)
at s.<anonymous> (espo-main.js:35595:37)
at s.<anonymous> (bullbone.umd.js:300:26)
at s.<anonymous> (underscore-umd.js:1221:21)
Any advice ?
Comment