Revert changes for Python20 fishbowl experiment

* Show all RfCs again, even those with #loesung
This commit is contained in:
Sebastian Serth
2020-12-03 16:25:04 +01:00
parent 110b009480
commit 8ebe59b692
2 changed files with 1 additions and 4 deletions

View File

@ -8,7 +8,7 @@ class RequestForCommentPolicy < ApplicationPolicy
end
def show?
admin? || teacher_in_study_group? || author? || everyone && @record.question&.exclude?('#loesung')
everyone
end
def destroy?