Merge pull request #832 from opf/fix/summing_errors

Fixed 500 when displaying sums
pull/838/head
Johannes Wollert 11 years ago
commit b5ade1ca78
  1. 1
      app/models/query/results.rb
  2. 2
      app/models/query/sums.rb
  3. 1
      doc/CHANGELOG.md

@ -29,6 +29,7 @@
class ::Query::Results
include Sums
include Redmine::I18n
attr_accessor :options,
:query

@ -27,6 +27,8 @@
#++
module ::Query::Sums
include ActionView::Helpers::NumberHelper
def all_work_packages
@all_work_packages ||= work_packages.all
end

@ -49,6 +49,7 @@ See doc/COPYRIGHT.rdoc for more details.
* `#3546` Better icon for Timelines Module
* `#3547` Change color of Apply button in Activity
* `#3667` Better icon for Roadmap
* `#3065` Fixed internal error when selecting costs-columns and displaying sums in work package list
## 3.0.0pre42

Loading…
Cancel
Save