Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opening task details shows error in console. #215

Open
vipinjn24 opened this issue Dec 30, 2019 · 3 comments
Open

Opening task details shows error in console. #215

vipinjn24 opened this issue Dec 30, 2019 · 3 comments

Comments

@vipinjn24
Copy link

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
Copy link

monoson commented Jan 2, 2020

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

  • Click on taks title runs into error
    Milstone Dashboard:
  • Click on taks title runs into error
  • Click on "Edit" within the dropdown menu opens the task as expected

@orangescrum1
Copy link

Hi All,

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

Thanks,
Team Orangescrum

@monoson
Copy link

monoson commented Jan 3, 2020

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants