chris2fr / redmine_taskjuggler

Redmine and Task Juggler Integration
25 stars 9 forks source link

Change allocate statement in tasks for teams or change resource declaration of teams #29

Closed chris2fr closed 10 years ago

chris2fr commented 10 years ago

In the TJP project file, when I allocate a team, the team is declared as team_1 on top of the file but red_team in the allocate statement of the task.

I would need the same definition of red_team or team_1 either way.

chris2fr commented 10 years ago

Used branch issue29 and merged to both masters. In future should use RedmineTaskjuggler::Taskjuggler::Resource.to_s instead of RedmineTaskjuggler::TJP.resource_to_tjp with a little too much interference from RedmineTaskjugglerProjectsControler::edit (I think edit).