jason0x43 / alfred-toggl

Alfred Workflow for interacting with the Toggl time tracking service
MIT License
367 stars 16 forks source link

Deleted projects remain in list of projects (tgl projects) #21

Closed shrop closed 8 years ago

shrop commented 8 years ago

Love this workflow! Thanks for creating it. I rely on it everyday.

One thing that bugs me is that delete projects in Toggl still appear in the list of projects when I list them with tgl projects.

Some notes:

Thanks!

jason0x43 commented 8 years ago

The workflow currently only considers the "active" flag, and doesn't pay attention to whether the project is deleted. I wrongly assumed a deleted project would also be made inactive, and didn't have any deleted projects when I last released the workflow. This will be fixed in the next release.

shrop commented 8 years ago

@jason0x43 ahh, that makes sense!

Thanks for working on this for the next release. If anything, my change to tour the codebase got me interested in Go! :)

jason0x43 commented 8 years ago

This is fixed in master

shrop commented 8 years ago

thank you @jason0x43!