Project

General

Profile

Patch #34595 » 0001-Apply-patch-from-34595.patch

Marius BĂLTEANU, 2021-03-15 23:51

View differences:

lib/redmine/project_jump_box.rb
31 31
    def recently_used_projects
32 32
      project_ids = recently_used_project_ids
33 33
      Project.where(id: project_ids).
34
        visible.
34 35
        index_by(&:id).
35 36
        values_at(*project_ids). # sort according to stored order
36 37
        compact
(4-4/4)