Browse Source

Merge branch 'develop' into dev_trustie_server

tags/v3.0.3
jasder 5 years ago
parent
commit
91a804caf7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/models/concerns/project_operable.rb

+ 1
- 1
app/models/concerns/project_operable.rb View File

@@ -86,7 +86,7 @@ module ProjectOperable
if owner.is_a?(User)
reporters.exists?(user_id: user.id)
elsif owner.is_a?(Organization)
reporters.exists?(user_id: user.id) || owner.is_read?(user.id)
reporters.exists?(user_id: user.id) || owner.is_only_read?(user.id)
else
false
end


Loading…
Cancel
Save