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

Fixed issue #419 #431

Merged
merged 8 commits into from
Jan 11, 2025
Merged

Fixed issue #419 #431

merged 8 commits into from
Jan 11, 2025

Conversation

arjav1528
Copy link
Contributor

Description

Fix Incorrect Assignment of start and priority Values in New Task Creation
This pull request addresses an issue where the start value was incorrectly set to now and the priority value was assigned as M during the creation of a new task. The changes include updating the start value to the correct new value to ensure the expected functionality.

Fixes #419

Replace issue_no with the issue number which is fixed in this PR

Screenshots

Checklist

  • Tests have been added or updated to cover the changes
  • Documentation has been updated to reflect the changes
  • Code follows the established coding style guidelines
  • All tests are passing

@Pavel401 Pavel401 merged commit fc9b8af into CCExtractor:main Jan 11, 2025
2 checks passed
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.

Default attribute values assigned, that shouldn't be
2 participants