Orangescrum / orangescrum-community

Flexible Project Management web application written in CakePHP
https://www.orangescrum.com
Other
432 stars 239 forks source link

Opening task details shows error in console. #215

Open vipinjn24 opened 4 years ago

vipinjn24 commented 4 years ago

Version 1.8.0

Path: /dashboard#details/82eb16e6c63f278ed7375419b4f9678c

Uncaught TypeError: Cannot read property 'id' of null at eval (eval at tmpl (os_core.js?v=1:15), :3:244) at tmpl (os_core.js?v=1:33) at Object.success (dashboard.js:770) at c (jquery-1.10.1.min.js:4) at Object.fireWith [as resolveWith] (jquery-1.10.1.min.js:4) at k (jquery-1.10.1.min.js:6) at XMLHttpRequest.r (jquery-1.10.1.min.js:6)

monoson commented 4 years ago

Same bug on my side (local and on server): Task Dashboard:

orangescrum1 commented 4 years ago

Hi All,

We have fixed the issue. Please visit here to download the updated version.

Thanks, Team Orangescrum

monoson commented 4 years ago

Thanks for fixing that issue. Works fine for me now: New tasks can be added and edited again. But I had to fix the tasks added before: The bug caused task entries with a typeID of 0 which made it unable to edit the task again. I fixed it with setting typeID to 2 (Development): UPDATE easycases SET type_id = '2' WHERE type_id = '0'