Skip to content

Commit 77c25de

Browse files
committed
Reverts r20735
git-svn-id: http://svn.redmine.org/redmine/trunk@20736 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent 56236f5 commit 77c25de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/redmine/project_jump_box.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ def recent_projects_count
3030

3131
def recently_used_projects
3232
project_ids = recently_used_project_ids
33-
Project.where(id: project_ids).visible
34-
index_by(&:id).
35-
values_at(*project_ids). # sort according to stored order
36-
compact
33+
Project.where(id: project_ids).
34+
index_by(&:id).
35+
values_at(*project_ids). # sort according to stored order
36+
compact
3737
end
3838

3939
def bookmarked_projects

0 commit comments

Comments
 (0)