Merge pull request #539 from opf/fix/no_data_to_display

pull/549/head
Hagen Schink 11 years ago
commit 119aa4fe14
  1. 2
      app/assets/javascripts/timelines.js
  2. 1
      doc/CHANGELOG.md

@ -1666,7 +1666,7 @@ Timeline = {
},
hiddenForTimeFrame: function () {
var types = this.timeline.options.planning_element_time_types;
if (!types) {
if (!types || types.length === 0) {
return false;
}

@ -37,6 +37,7 @@ See doc/COPYRIGHT.rdoc for more details.
* `#2026` 404 error when letters are entered in category Work Package
* `#2371` Add support for IE10 to Timelines
* `#2423` [Issue Tracker] Several Internal Errors when there is no default work package status
* `#2433` [Timelines] Empty timeline report not displayed initially
* `#2448` Accelerate work package updates
* `#2464` No initial attachment journal for messages
* `#2479` Remove TinyMCE spike

Loading…
Cancel
Save