提交 b4967b37 编写于 作者: D Dmitriy Zaporozhets

Dont allow to select a project you have no right to assign

上级 11b7b93c
......@@ -9,9 +9,8 @@ class Teams::ProjectsController < Teams::ApplicationController
def new
user_team
@avaliable_projects = Project.scoped
@avaliable_projects = current_user.owned_projects.scoped
@avaliable_projects = @avaliable_projects.without_team(user_team) if user_team.projects.any?
#@projects.reject!(&:empty_repo?)
redirect_to team_projects_path(user_team), notice: "No avalible projects." unless @avaliable_projects.any?
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册