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

Recurring tasks no longer get a priority #543

Closed
gdarcy opened this issue Oct 11, 2023 · 1 comment
Closed

Recurring tasks no longer get a priority #543

gdarcy opened this issue Oct 11, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@gdarcy
Copy link
Contributor

gdarcy commented Oct 11, 2023

Bug Report

IMPORTANT:
Please follow this template strictly when reporting bugs. Providing detailed and accurate information helps the development team to understand and address the issue effectively.

App Version: sleek-v2.0.0-dev15

Platform: Windows

Installation Method: Direct Download

Bug Description:
When a task which has recurrence is completed, the newly-created task doesn't have a priority set.

Steps to Reproduce:

  1. Create a task with both a recurrence and a priority set
  2. Complete the task
  3. Observe the newly-created task

Expected Behavior:
The newly-created task should have the same priority as the previous task in the recurrence.

Actual Behavior:
As of -dev15, the newly-created task has the "pri:" extension set at the end of the string, but doesn't have the priority set.

Additional Information:

  • This is caused directly by the change to address Error in completion format #538, and as noted in that issue, fixing this will currently leave the pri: extension in place on the newly-created task due to the parser limitation.

Reproducibility:

  • Always

Impact:

  • Moderate

Workaround:
The current workaround is to remember to update the priority manually on every recurring task after it's been cycled.

@gdarcy gdarcy added the bug Something isn't working label Oct 11, 2023
gdarcy added a commit to gdarcy/sleek that referenced this issue Oct 11, 2023
@ransome1
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

2 participants