Content
Bug in versjon dropdowns in WorkPackage list and in WorkPackage edit.
Added by Eirik S about 5 years ago
My install is Ubuntu 18.04 with DEB, PostgreSQL, 10.0.2
Clicking on the version, should open the drop down of available versions fairly quick, but this is now very slow after latest upgrade to 10.0.2. and sometimes produces this error:
Doing a htop i see the cpu peeking to 100%
This is the error message in console.
vendor.dd21ed4f334ab68ca227.js:1 ERROR TypeError: Cannot read property 'dropdownPanel' of undefined
at main.8022005f065151b3e570.js:1
at e.invokeTask (polyfills.48f8fbc0ee6246634081.js:1)
at Object.onInvokeTask (vendor.dd21ed4f334ab68ca227.js:1)
at e.invokeTask (polyfills.48f8fbc0ee6246634081.js:1)
at t.runTask (polyfills.48f8fbc0ee6246634081.js:1)
at t.invokeTask (polyfills.48f8fbc0ee6246634081.js:1)
at a.useG.invoke (polyfills.48f8fbc0ee6246634081.js:1)
at n.args.<computed> (polyfills.48f8fbc0ee6246634081.js:1)
Update:
See image. No wonder it is slow. it is querying the total projectlist. Why? I only need to pick this project's version list.