A click on scheduled repeated task doesn't work for incorrect weekday
Nobody has claimed this yet.
- Dominant language
- Clojure
- Stars
- 45k
- Forks
- 2.8k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 105
Description
Search first
- I searched and no similar issues were found
What Happened?
Wrong date of week makes impossible to "complete" a scheduled repeated task.
July 01 is Wednesday not Thursday
TODO Test task
SCHEDULED: <2026-07-01 Thu .+3m>
At the same time UI makes the weekday look correct until you try to edit it manually.
A click on checkbox does nothing. No error shown.
Reproduce the Bug
- Create a TODO SCHEDULED repeated task with incorrect day of week.
TODO Test task
SCHEDULED: <2026-07-01 Thu>
- Click on checkbox to "complete" the task.
Expected Behavior
- Display the date as entered, do not hide the incorrect input
- Either ignore incorrect weekday of mark the incorrect schedule record somehow.
Screenshots
No response
Desktop or Mobile Platform Information
App Version: 0.10.15
Git Revision: 03bcefb
Platform: Mozilla/5.0 (Windows NT 10.0 Win64 x64) AppleWebKit/537.36 (KHTML like Gecko) Logseq/0.10.15 Chrome/140.0.7339.240 Electron/38.4.0 Safari/537.36
Language: ru
Plugins: logseq-journals-calendar (v0.11.0), logseq-link-preview (v2.3.0), logseq-localassets-plugin (v2.0.1), logseq-mermaid-plugin (v2.2.3), logseq-tabs (v1.19.4)
Additional Context
No response
Are you willing to submit a PR? If you know how to fix the bug.
- I'm willing to submit a PR (Thank you!)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with the provided TODO and SCHEDULED examples, then trace the task scheduling and checkbox-completion entry points. Verify the displayed weekday and completion behavior for an incorrect weekday, and confirm the expected handling without introducing a silent no-op.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100