Hello all,
when I try to rename an image in the backend, I get the following error in the console:
JqueryCore.js?v=1577948776:2 Uncaught Error: cannot call methods on sortable prior to initialization; attempted to call method 'disable'
at Function.error (JqueryCore.js?v=1577948776:2)
at HTMLUListElement.<anonymous> (JqueryUI.js?v=1577948776:6)
at Function.each (JqueryCore.js?v=1577948776:2)
at init.each (JqueryCore.js?v=1577948776:2)
at init.e.fn.<computed> [as sortable] (JqueryUI.js?v=1577948776:6)
at HTMLHeadingElement.<anonymous> (InputfieldImage.min.js?v=123-1577948776:1)
at HTMLDocument.dispatch (JqueryCore.js?v=1577948776:2)
at HTMLDocument.u (JqueryCore.js?v=1577948776:2)
at HTMLDocument.c (rocket-loader.min.js:formatted:468)
However, only with version 3.0.165 on another installation with 3.0.148 it works without problems.
Can someone maybe help me with this?