Merge branch 'dev' of github.com:opf/openproject into dev

pull/700/head
Hagen Schink 11 years ago
commit 8aca9db5f2
  1. 3
      db/migrate/20130917131710_planning_element_data_to_work_packages.rb
  2. 1
      doc/CHANGELOG.md

@ -78,7 +78,8 @@ class PlanningElementDataToWorkPackages < ActiveRecord::Migration
default_status = select_one <<-SQL
SELECT id
FROM #{db_statuses_table}
WHERE position = 1
WHERE is_default = true OR position = 1
ORDER BY is_default DESC
LIMIT 1
SQL

@ -36,6 +36,7 @@ See doc/COPYRIGHT.rdoc for more details.
* `#3061` [Timelines] When the anonymous user does not have the right to view a reporting but tries to see a timeline w/ reportings, the error message is wrong
* `#3068` Fix: [Migration] Automatic update text references to planning elements not migrated
* `#3075` Fix: [Work Package Tracking] Save takes too long with many ancestors
* `#3110` Fix: [Migration] Default status not set to right status on planning element migration
* Fix timezone migration for MySQL with custom timezone
* Timeline performance improvements.

Loading…
Cancel
Save