chris2fr / redmine_taskjuggler

Redmine and Task Juggler Integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

chris2fr opened this issue · comments

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.

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).