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

Reselect advanced schedule on modify task #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

richard-muvirimi
Copy link

When modifying an existing task with a schedule that's not one of the preset schedules, the app currently defaults to the Basic schedule. This can result in a different schedule being selected if the user doesn't notice the change. This was a noticeable issue when one wanted to just change a minor detail of the task such as the description or command but would then be required to select Advanced schedule or they would have to redo the scheduling part. With this pull request, the app will first check if the existing schedule is one of the preset schedules. If it is, that schedule will be selected by default. Otherwise, the app will default to the Advanced schedule.

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

Successfully merging this pull request may close these issues.

1 participant