-
Notifications
You must be signed in to change notification settings - Fork 109
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
fix: datepicker error fixed #424
base: main
Are you sure you want to change the base?
Conversation
The time in addtask was being stored as UTC Time and datepicker using it as datetime(local) which was letting date to go in past. Which occured assertion error when date picker was being shown again. because date was in past and first date was todays.
@SGI-CAPP-AT2 can you run |
@rohansen856 Yep, I ran those tests
|
thanks @SGI-CAPP-AT2 will update the tests and push shortly! |
Hey @rohansen856, if you're not working on the test issue, can I work on it? |
I am currently working on the test issue... you can follow the discussion in the issue #389 as there is a matter with the sqlite database testing... Any suggestion would help... |
Description
The time in addtask was being stored as UTC Time and datepicker using it as datetime(local) which was letting date to go in past. Which occured assertion error when date picker was being shown again. because date was in past and first date was todays.
Fixes #422
Additionally Disabled adding task if time selected is in past
Screenshots
bug_fix_for_dtpickers.mp4
Checklist