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

Error in TaskServer after deleting a profile #423

Open
1 task done
Pavel401 opened this issue Dec 27, 2024 · 3 comments · May be fixed by #425
Open
1 task done

Error in TaskServer after deleting a profile #423

Pavel401 opened this issue Dec 27, 2024 · 3 comments · May be fixed by #425
Labels
bug Something isn't working Major Bug Needs immediate fix

Comments

@Pavel401
Copy link
Member

Describe your issue

REC-20241227231425.mp4

Delete an existing profile and then click on the configure task server, and it throws errors.

Steps to reproduce

Profile
Create 2 profiles
Delete the first one
Click on the configure TaskServer button

What was the expected result?

No response

Put here any screenshots or videos (optional)

No response

How can we contact you (optional)

No response

Would you like to work on this issue?

None

By submitting this issue, I have confirmed that:

  • I have starred the repo ⭐ and watched 👀 it on GitHub and followed the contribution guidelines.
@Pavel401 Pavel401 added bug Something isn't working Major Bug Needs immediate fix labels Dec 27, 2024
@BrawlerXull
Copy link
Collaborator

Might be fixed by calling Get.find<HomeController>().refreshTaskWithNewProfile(); after deleting profile at deleteProfileDialogue.dart

@SGI-CAPP-AT2
Copy link
Contributor

Might be fixed by calling Get.find<HomeController>().refreshTaskWithNewProfile(); after deleting profile at deleteProfileDialogue.dart

Or may be profile is not being switched properly to another profile.

I can work on this one if @BrawlerXull is not working already.

@BrawlerXull
Copy link
Collaborator

Might be fixed by calling Get.find<HomeController>().refreshTaskWithNewProfile(); after deleting profile at deleteProfileDialogue.dart

Or may be profile is not being switched properly to another profile.

I can work on this one if @BrawlerXull is not working already.

Yes you may start working on it

SGI-CAPP-AT2 added a commit to SGI-CAPP-AT2/fork-taskwarrior-flutter that referenced this issue Dec 29, 2024
After deletionprofile,  tasks and storage directory was not being synced.
Fixes: CCExtractor#423
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Major Bug Needs immediate fix
Projects
None yet
3 participants