ipedrazas / taiga-docker

Docker scripts to run your own Taiga
Apache License 2.0
324 stars 115 forks source link

No team members showing up in team tab or task assignment #35

Open vweng opened 8 years ago

vweng commented 8 years ago

I was successfully installed and get everything working including mail. However, when created a project and added members to project after email invitation (members already signed up and can login), I can't see any of them in the team tab. Same thing happens when I created a task and tried to assign to a member, the search screen gives empty result.

What could be wrong? Everything else seems working totally fine and I can't find errors via "docker logs taiga-back".

Jacq commented 8 years ago

Same problem here. I also cannot assign users to user story or issues, probably as they are not part of the project Team.

gboor commented 8 years ago

Same here... I can see the team members as the admin under "members", but none show up in the team tabs, or in any of the selection spots where you can assign team members to stories or tickets.

teaguecl commented 8 years ago

I am also suffering from this issue. Did anyone make progress on tracking this down?

azeemdin commented 8 years ago

Hi, I am facing the same issue, any solution please

JadianZheng commented 8 years ago

@vweng You should add the membership to the project.

napsy commented 7 years ago

Hello,

I'm also suffering from the same bug. I'm unable to assign US to any of the registered members of the project, no javascript errors.

The only strange thing I noticed is which user supposed to create the story

Created by an external user

Any hints?

bshoemaker136 commented 7 years ago

I'm experiencing the same issue. My users were created via the normal add through the admin section of a project, and then registered via the e-mail notification - everything was very straightforward.

Its just nothing appears when looking at the team and assign-to-user windows.

I'm absolutely willing to help debug / troubleshoot - what information would be helpful to work from? I can see that there is an ajax call that is made to https:/{host}/api/v1/projects/by_slug? that actually does return JSON that contains the full team - it appears they're just not being displayed?