Merge pull request #626 from DonovanDMC/post-set-maintainers-access-check

[PostSets] Add view access check to /post_sets/:id/maintainers
This commit is contained in:
Earlopain 2024-04-03 14:54:25 +02:00 committed by GitHub
commit e530847cf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,6 +68,7 @@ class PostSetsController < ApplicationController
def maintainers
@post_set = PostSet.find(params[:id])
check_view_access(@post_set)
end
def post_list