Hello,
I got a list of leads (32 entries) and trying to scroll down in the list view by pressing "More (12)". And nothing happens. There are no application logs on the server (the log file is clean) and the client console shows the following error message:
Uncaught Error: Model is not found in collection by index.
at child.switchToModelByIndex (eval at _execute (loader.js:94), <anonymous>:972:23)
at child.eval (eval at _execute (loader.js:94), <anonymous>:1040:26)
at Object.<anonymous> (jquery-2.1.4.min.js:2)
at j (jquery-2.1.4.min.js:2)
at Object.fireWith [as resolveWith] (jquery-2.1.4.min.js:2)
at x (jquery-2.1.4.min.js:4)
at XMLHttpRequest.<anonymous> (jquery-2.1.4.min.js:4)
In my case the error is easily to reproduce. It just happens every time. I don't know how to reproduce it on other systems. I got Espo 5.7.9.
Any hints in which direction I should move to solve the issue? Thanks in advance.
I got a list of leads (32 entries) and trying to scroll down in the list view by pressing "More (12)". And nothing happens. There are no application logs on the server (the log file is clean) and the client console shows the following error message:
Uncaught Error: Model is not found in collection by index.
at child.switchToModelByIndex (eval at _execute (loader.js:94), <anonymous>:972:23)
at child.eval (eval at _execute (loader.js:94), <anonymous>:1040:26)
at Object.<anonymous> (jquery-2.1.4.min.js:2)
at j (jquery-2.1.4.min.js:2)
at Object.fireWith [as resolveWith] (jquery-2.1.4.min.js:2)
at x (jquery-2.1.4.min.js:4)
at XMLHttpRequest.<anonymous> (jquery-2.1.4.min.js:4)
In my case the error is easily to reproduce. It just happens every time. I don't know how to reproduce it on other systems. I got Espo 5.7.9.
Any hints in which direction I should move to solve the issue? Thanks in advance.
Comment