Frontend Error on Lead List Page After Upgrading to Version 9.1.3

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lj4353
    Senior Member
    • Nov 2023
    • 145

    #1

    Frontend Error on Lead List Page After Upgrading to Version 9.1.3

    After upgrading to version 9.1.3, the frontend lead list page started throwing an error.
    When I revert the espo-main.js file to the previous version, the error disappears.

    Uncaught (in promise) TypeError: Cannot read properties of null (reading 'classList')
    at r.handleSearchType (espo-main.js:17720:30)
    at r.afterRender (espo-main.js:17727:14)
    at r._afterRender (bullbone.js:1389:18)
    at s._afterRender (bullbone.js:1385:32)
    at o._afterRender (bullbone.js:1385:32)
    at o._afterRender (bullbone.js:1385:32)
    at bullbone.js:1241:30
    at bullbone.js:1808:29
    at o (bullbone.js:2899:17)
    at A.getTemplate (bullbone.js:2904:17)​

    Click image for larger version  Name:	image.png Views:	0 Size:	65.2 KB ID:	118001
    ​​
    Last edited by lj4353; Yesterday, 04:10 PM.
  • yuri
    Member
    • Mar 2014
    • 8977

    #2
    Strange. Maybe you have some customization or an extension. We haven’t encountered this error.

    I'll think about a solution. But it can take some time.

    Meanwhile, you can add a check manually:

    Code:
    if (multiSelectContainer) {
        ...
    }
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • yuri
      Member
      • Mar 2014
      • 8977

      #3
      It's likely that you have some custom varchar field view with a changed search template.
      If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

      Comment


      • lj4353
        lj4353 commented
        Editing a comment
        Thank you for your reply.
        I have reverted to the previous version, and it's working fine now.
    Working...