You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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'
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)
The text was updated successfully, but these errors were encountered: