Skip to content
Snippets Groups Projects
Unverified Commit 352f242d authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix admin runner page -> assign all button

parent b6233917
No related branches found
No related tags found
1 merge request!1438Move CI runners page to project settings area
Loading
Loading
@@ -100,7 +100,7 @@ module Ci
def unassigned(runner)
joins("LEFT JOIN #{Ci::RunnerProject.table_name} ON #{Ci::RunnerProject.table_name}.project_id = #{Ci::Project.table_name}.id " \
"AND #{Ci::RunnerProject.table_name}.runner_id = #{runner.id}").
where('#{Ci::RunnerProject.table_name}.project_id' => nil)
where("#{Ci::RunnerProject.table_name}.project_id" => nil)
end
 
def ordered_by_last_commit_date
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment