Admin has full access to project without being required to modify project
Created by: karlhungus
This is more a question (maybe an issue) then an issue. In:
from ability.rb
:
if project.owner == user || user.admin?
rules << project_admin_rules
end
This grants them everything including project_master
. I would have expected that an admin would have to add themselves to a project at what level they need before being able to manipulate a project. If this is by design it's fine; close this issue, if not maybe it's a legitimate issue.