Apply changes from team members in own editor

This commit is contained in:
kiragrammel
2023-08-16 18:36:42 +02:00
committed by Sebastian Serth
parent 69ba7270dd
commit 89afb599e4
8 changed files with 127 additions and 4 deletions

View File

@ -8,4 +8,8 @@ class ProgrammingGroupPolicy < ApplicationPolicy
def create?
everyone
end
def stream_sync_editor?
admin? || author_in_programming_group?
end
end