-
Notifications
You must be signed in to change notification settings - Fork 0
[$150] Challenge discussions are accessible to the user even after unregister from the challenge #178
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
TopConnCustomer isn't a normal user, are they? They may have multiple roles on a challenge, so even if they unregister, they could still be part of the challenge under and Observer role. |
@jmgasper This user is not in connect project or in OR. I also checked from normal user 'sdguntcqa'. However I am not sure why we are showing Roles=Member, Topcoder User in forum profile page |
Contest https://www.topcoder.com/challenges/30150820 has been created for this ticket. |
Contest https://www.topcoder.com/challenges/30150820 has been updated - it has been assigned to obog. |
Fixed. I'll create PR after fixing other issues with permissions. I've made a lot of changes. Notes for testers |
@jmgasper If User creates a discussion in a group and leaves the group. Need to display the correct count of 'My Discussions' |
@atelomycterus - No, I think we can leave that as-is for now. |
@jmgasper Please apply PRs: I added a new column to Category table. So it affects the plugins and the processor. The data will be updated automatically as we have a unique urlcode in Db and we can understand which group it belongs to, checking the permissions of groups is added to the CategoryModel. Otherwise, lead to issues with access rights It's not possible to manage it with hooks and virtual methods (Vanilla feature). |
@sdgun - We can test this, but note hit will only apply to newly created challenges |
Payment task has been updated: https://software.topcoder.com/review/actions/ViewProjectDetails?pid=30150820 |
Verified, this issue is fixed |
Steps
Log in as TopConnCustomer and check the bookmarks (should have a discussion book marked from an existing forum)
Unregister from the challenge and check the book marks again
Actual result
Book marks list still show the unregistered challenge's bookmarked discussion and the user can continue creating new discussions and adding comment etc on the same challenge forum
Bookmark after unregister.zip
The text was updated successfully, but these errors were encountered: