This commit is contained in:
yanxd 2013-11-05 21:00:16 +08:00
parent 9526f6d67a
commit 2d4b9f8c52
1 changed files with 1 additions and 1 deletions

View File

@ -776,7 +776,7 @@ class ProjectsController < ApplicationController
@members = searchStudent(@project) @members = searchStudent(@project)
else else
@subPage_title = '' @subPage_title = ''
@members = [] @members = @project.member_principals.includes(:roles, :principal).all.sort
end end
else else
roles = Role.find_all_givable roles = Role.find_all_givable