41 lines
1.4 KiB
Markdown
41 lines
1.4 KiB
Markdown
# Wait/Scheduled not working correctly
|
|
`Buy milk due:8d wait:5d` still showing up
|
|
|
|
# Missing uncomplete feat
|
|
Undo / uncomplete fails in web-ui. task still has checked box and strikethrough.
|
|
|
|
# Cycling priority - Web
|
|
Trying to edit a task priority results in following console error:
|
|
GQLaRcBw.js:1 PUT https://opal.jnss.me/api/tasks/8814798c-97af-4134-9786-47e027d164c8 400 (Bad Request)
|
|
window.fetch @ GQLaRcBw.js:1
|
|
n @ nlPNz7OE.js:1
|
|
update @ nlPNz7OE.js:1
|
|
updateTask @ 2.qiXA3Mmu.js:1
|
|
X @ 2.qiXA3Mmu.js:3
|
|
Q @ 2.qiXA3Mmu.js:1
|
|
(anonymous) @ idxpmzXF.js:1
|
|
Qe @ jWcw5lls.js:1
|
|
n @ idxpmzXF.js:1
|
|
nlPNz7OE.js:1 API Error [/tasks/8814798c-97af-4134-9786-47e027d164c8]: Error: HTTP 400:
|
|
at n (nlPNz7OE.js:1:1556)
|
|
at async Object.updateTask (2.qiXA3Mmu.js:1:4502)
|
|
at async X (2.qiXA3Mmu.js:3:3519)
|
|
at async HTMLDivElement.Q (2.qiXA3Mmu.js:1:58579)
|
|
n @ nlPNz7OE.js:1
|
|
await in n
|
|
update @ nlPNz7OE.js:1
|
|
updateTask @ 2.qiXA3Mmu.js:1
|
|
X @ 2.qiXA3Mmu.js:3
|
|
Q @ 2.qiXA3Mmu.js:1
|
|
(anonymous) @ idxpmzXF.js:1
|
|
Qe @ jWcw5lls.js:1
|
|
n @ idxpmzXF.js:1
|
|
2.qiXA3Mmu.js:3 Failed to update task: Error: HTTP 400:
|
|
at n (nlPNz7OE.js:1:1556)
|
|
at async Object.updateTask (2.qiXA3Mmu.js:1:4502)
|
|
at async X (2.qiXA3Mmu.js:3:3519)
|
|
at async HTMLDivElement.Q (2.qiXA3Mmu.js:1:58579)
|
|
|
|
# Ambiguity complete and details tap.
|
|
Pressing the task description completes the task. only the checkbox click should complete task, otherwise open details view. to complete swipe left
|