harvesthq / platform

A whole new way to add time tracking to your web application.
https://www.getharvest.com/platform
59 stars 11 forks source link

"Deleted" task names still appears in api interface #10

Closed arnisjuraga closed 10 years ago

arnisjuraga commented 10 years ago

If You "delete" any task name from Harvestapp project settings, but this Task name has alreaddy assigned time entries, then in Harvestapp project settings it will show up as:

image

And will not be available for new task entries in Harvestapp.

But - in platform api - it will still be available to choose "deleted" tasks from dropdown

image

adunkman commented 10 years ago

@arnisjuraga We just released an update that should have fixed this issue — can you double-check to make sure it’s fixed from your end?

arnisjuraga commented 10 years ago

Very good, very good! :) I have tested - now tasks are ordered starting from Billable, and "deleted" tasks does not appear in API, even if they have logged time entries in Harvestapp.

image