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

Existing group id is not recognized / preselected #36

Closed janmyszkier closed 8 years ago

janmyszkier commented 8 years ago

If I pass: {"id":"12","name":"Project Name"} (Where "12" and "Project Name" are available in my harvest account)

and the group (Project) already exist in my account, it should be a pre-selected entry.

Currently the button opens the window and suggests me adding new entry under the same name. I consider this a bug because this doesn't allow integrations on already-existing setups and render that button unusable.

janmyszkier commented 8 years ago

@evanwalsh / @adunkman / @rbright :point_up:

adunkman commented 8 years ago

We don’t currently match on the string names, only on the ID — and the ID refers to an ID in your application, not the project in Harvest. This allows us to associate timesheet entries with your application.

Sorry for the confusion!