mattermost / mattermost-plugin-gitlab

GitLab plugin for Mattermost
Apache License 2.0
137 stars 83 forks source link

[MM-493]: Fixed the bug 'don't have the permissions to create subscriptions for this project #495

Closed Kshitij-Katiyar closed 4 months ago

Kshitij-Katiyar commented 4 months ago

Summary

Fixed the bug 'don't have the permissions to create subscriptions for this project'. The permissions for the guest users were not handled for groups, it was only handled for projects. Updated the condition to include group-level access as well.

Ticket Link

Fixes https://github.com/mattermost/mattermost-plugin-gitlab/issues/493