]> source.dussan.org Git - redmine.git/commit
<=> operator should return nil when invoked with an incomparable object (#38772).
authorGo MAEDA <maeda@farend.jp>
Thu, 29 Jun 2023 14:42:54 +0000 (14:42 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 29 Jun 2023 14:42:54 +0000 (14:42 +0000)
commit945a82b5c0aad6bd6af656865015277d3e0e612b
treed6bf1c4e7fdf2bb5d32b55ae7e5c0477b31377c9
parentebf3fb3b4fa53f3bc6f9cbbcd529c6b296d4f6fc
<=> operator should return nil when invoked with an incomparable object (#38772).

Patch by Go MAEDA.

git-svn-id: https://svn.redmine.org/redmine/trunk@22269 e93f8b46-1217-0410-a6f0-8f06a7374b81
16 files changed:
app/models/custom_field.rb
app/models/enumeration.rb
app/models/issue.rb
app/models/issue_category.rb
app/models/issue_relation.rb
app/models/issue_status.rb
app/models/member.rb
app/models/principal.rb
app/models/project.rb
app/models/repository.rb
app/models/role.rb
app/models/tracker.rb
app/models/version.rb
lib/redmine/plugin.rb
lib/redmine/themes.rb
test/unit/enumeration_test.rb