Project

General

Profile

Actions

Patch #38707

open

Fix order of loading plugins' config/routes.rb

Added by Nishida Yuya 3 months ago. Updated 27 days ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Plugin API
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:

Description

When loading init.rb, uses sort (source:tags/5.0.5/lib/redmine/plugin_loader.rb#L117), but loading plugin's config/routes.rb does not uses sort (source:tags/5.0.5/config/routes.rb#L400). In ruby-2.7 or earlier, Dir.glob does not sort. So, loading init.rb and loading plugin's config/routes.rb are different.

This issue includes following patches:


Files

Actions #1

Updated by Go MAEDA 3 months ago

  • Target version set to Candidate for next major release
Actions #2

Updated by Go MAEDA 27 days ago

  • Target version changed from Candidate for next major release to 5.1.0

Setting the target version to 5.1.0.

Actions

Also available in: Atom PDF