Reverts r19773 (#32125).

The purpose of reverting is to revert r19769 on which r19773 depends.


git-svn-id: http://svn.redmine.org/redmine/trunk@19775 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2020-05-14 13:40:59 +00:00
parent dd9fa9c9a7
commit 302f9bbc76
2 changed files with 1 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ class AutoCompletesController < ApplicationController
issues.map {|issue|
{
'id' => issue.id,
'label' => "#{issue.tracker} ##{issue.id}: #{issue.subject.to_s.truncate(255)}",
'label' => "#{issue.tracker} ##{issue.id}: #{issue.subject.to_s.truncate(60)}",
'value' => issue.id
}
}