Procházet zdrojové kódy

Merged r21613 to 4.2-stable (#37155).


git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@21621 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.2.7
Marius Balteanu před 2 roky
rodič
revize
80c337dc94
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      app/models/issue.rb

+ 1
- 1
app/models/issue.rb Zobrazit soubor

@@ -1167,7 +1167,7 @@ class Issue < ActiveRecord::Base
if @last_notes
@last_notes
else
journals.where.not(notes: '').reorder(:id => :desc).first.try(:notes)
journals.visible.where.not(notes: '').reorder(:id => :desc).first.try(:notes)
end
end


Načítá se…
Zrušit
Uložit