-
Notifications
You must be signed in to change notification settings - Fork 56
Copilots with "requested" invite can see projects in the list #419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Agreed. we need to fix it before the release. It is a bug. |
It is fixed, @maxceem ? |
Fixed in DB request, but not in ES. I will take care of it asap via F2F. |
Run F2F for this https://www.topcoder.com/challenges/30111699 |
Got the solution from F2F. @vikasrohit would like me to create a HOTFIX or just merge it to |
Hotfix is good as we have sufficient time in this week to monitor. Hope the changes are not big, I mean the probability of any regression is very less. |
@vikasrohit there are hotfixes: |
@maxceem merged the dev version first, please let me know it works for you in dev (once the build is complete). |
@vikasrohit Works well for me on DEV. |
Deployed to the production. |
@vikasrohit is 2.0.0 the correct milestone? Also, am unable to edit this Issue ... would like to verify and close it ... |
I am not sure but I usually include the hotfixes in the upcoming milestone because until recently github didn't allow to include an issue in closed milestone. However, now as it allows us to include the issues in closed milestones, I am thinking of including such hotfixes in last closed milestone. fyi, release for the hotfix is https://github.com/topcoder-platform/tc-project-service/releases/tag/2.0.0.1 |
Milestone is 2.0.0.1 for this hotfix in that case. We referred to the v5
release as 2.5 earlier. It should have been 2.0.0?
…On Tue, Dec 24, 2019 at 5:47 PM vikasrohit ***@***.***> wrote:
@vikasrohit <https://github.com/vikasrohit> is 2.0.0 the correct
milestone? Also, am unable to edit this Issue ... would like to verify and
close it ...
I am not sure but I usually include the hotfixes in the upcoming milestone
because until recently github didn't allow to include an issue in closed
milestone. However, now as it allows us to include the issues in closed
milestones, I am thinking of including such hotfixes in last closed
milestone. fyi, release for the hotfix is
https://github.com/topcoder-platform/tc-project-service/releases/tag/2.0.0.1
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#419?email_source=notifications&email_token=AMKWEMVOZYVN5KAU6FBNXQ3Q2H4W5A5CNFSM4JZYJKR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHTD4WY#issuecomment-568737371>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMKWEMS3YBVAPOMJYXC53FTQ2H4W5ANCNFSM4JZYJKRQ>
.
|
Creating milestone for a hotfix seems overkill to me, that is why we don't create milestones for them. However, as it is a new release I appended |
Fix for this issue has been pushed to PROD as a HOTFIX and might be closed. |
Actual behavior
When we request an invitation for a copilot to the Topcoder Team they can see the project listed.
Expected behavior
When we request an invitation for a copilot to the Topcoder Team they shouldn't see such a project listed until they have the invite request accepted.
How to reproduce:
Invite
pshah_copilot
usingpshah_manager
to any project ascopilot
(using Topcoder Team dialog).As
pshah_manager
doesn't have "Copilot Management" permission,pshah_copilot
wouldn't be added to the project but his invite would berequested
and waiting for any Copilot Manager to "accept" it. Don't accept it.Now log in with
pshah_copilot
and you would see the project where copilot has "requested" invite listed on the project listing page:At the same time if Copilot would try to open such a project, they would get error 404, as expected, because copilot is not a member.
This is an existent issue in V4 which has been also migrated to V5.
@vikasrohit, could you please confirm that it's a valid issue and the actual behavior is not desired.
The text was updated successfully, but these errors were encountered: