You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a new system I create admin1. From this account I create user1 and user2. Then I create a organization named team1. I add user1 and user2 to team1. I create a new repository for team1 named repo1. Then I do some things with this repository with different users. On the dashboard I see all changes, no matter with witch user I am logged in. This is what I expect.
THEN I create a third user with name user3. I add this user to team1. The dashboard for user3 shows nothing, it's empty. Then I commit changes from user3. User1 and user2 see all the changes as before. User3 sees only his changes.
Repeated this 3 times from scratch installation in different ways. The result is always as described above.
Screenshots
team1 with user1 and user2:
User2 sees what user1 and team1 do (same for user1):
Add user3 to team1:
User1 sees what all the others do, including user3 (same for user2):
User3 only sees what he has done:
The text was updated successfully, but these errors were encountered:
IIRC, user3 does not see his changes because being added later he does not auto-watch all the repos, thus the activities by other users do not show up. So he needs to watch the repos to see them on his dashboard. One quick workaround for this is from the dashboard, click the dropdown that says user3, and switch to the org: that should show all activity from the org, even before the user was added
No. And that is exactly the problem I have. My first thought was, that user3 sees only the changes after he was created. Unfortunately user3 sees only his own changes, no matter what other users commit after the creation of user3. User1 and user2 see all changes, even the commits of user3.
[x]
):Description
On a new system I create admin1. From this account I create user1 and user2. Then I create a organization named team1. I add user1 and user2 to team1. I create a new repository for team1 named repo1. Then I do some things with this repository with different users. On the dashboard I see all changes, no matter with witch user I am logged in. This is what I expect.
THEN I create a third user with name user3. I add this user to team1. The dashboard for user3 shows nothing, it's empty. Then I commit changes from user3. User1 and user2 see all the changes as before. User3 sees only his changes.
Repeated this 3 times from scratch installation in different ways. The result is always as described above.
Screenshots
team1 with user1 and user2:





User2 sees what user1 and team1 do (same for user1):
Add user3 to team1:
User1 sees what all the others do, including user3 (same for user2):
User3 only sees what he has done:
The text was updated successfully, but these errors were encountered: