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

fix: deleting profile will refresh current profile storage and tasks #425

Merged
merged 1 commit into from
Jan 26, 2025

Conversation

SGI-CAPP-AT2
Copy link
Contributor

Description

After deletionprofile, tasks and storage directory was not being synced. Fixes: #423

This has been fixed by adding Get.find<HomeController>().refreshTaskWithNewProfile(); which syncs tasks and directory for current profile storage as suggested by @BrawlerXull

Fixes #423

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

Screenshots

bug_fix_del.mp4

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

After deletionprofile,  tasks and storage directory was not being synced.
Fixes: CCExtractor#423
Copy link
Collaborator

@BrawlerXull BrawlerXull left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Pavel401
Copy link
Member

@SGI-CAPP-AT2 Some test cases failed. Can you check once?

@SGI-CAPP-AT2
Copy link
Contributor Author

@SGI-CAPP-AT2 Some test cases failed. Can you check once?

Yep, those test cases are not about this PR. and those are already fixed by #427.
Test cases were not updated according to TaskWarrior naming convention PR #409 .

@Pavel401 Pavel401 merged commit 27af7b1 into CCExtractor:main Jan 26, 2025
1 of 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.

Error in TaskServer after deleting a profile
3 participants