-
- Downloads
Do not show participants invisible to the user
Contributes to #347407 **Problem** We expose participants that the current user cannot see because we don't provide the current user as an argument to participants method in GraphQL. When the user is missing, then we use the author of the issuable permissions to fetch participants. **Solution** Remove the feature flag to enable verification for participants Changelog: changed
parent
d2080bb6
No related branches found
No related tags found
Showing
- app/models/concerns/participable.rb 0 additions, 2 deletionsapp/models/concerns/participable.rb
- config/feature_flags/development/verify_participants_access.yml 0 additions, 8 deletions.../feature_flags/development/verify_participants_access.yml
- spec/models/concerns/participable_spec.rb 2 additions, 23 deletionsspec/models/concerns/participable_spec.rb
-
mentioned in merge request kubitus-project/kubitus-installer!562 (merged)
Please register or sign in to comment