Fixes functional tests.
git-svn-id: http://redmine.rubyforge.org/svn/branches/nbc@1804 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -24,7 +24,7 @@ class SysController < ActionController::Base
|
||||
|
||||
# Returns the projects list, with their repositories
|
||||
def projects_with_repository_enabled
|
||||
Project.repository_enabled(:all, :include => :repository)
|
||||
Project.repository_enabled(:all, :include => :repository, :order => 'identifier')
|
||||
end
|
||||
|
||||
# Registers a repository for the given project identifier
|
||||
|
||||
Reference in New Issue
Block a user