Swap the columns of two WPs in basic board

pull/8714/head
Wieland Lindenthal 4 years ago
parent 48f7121cb4
commit 6a72ee1d8c
  1. 2
      app/seeders/demo_data/work_package_board_seeder.rb

@ -199,8 +199,8 @@ module DemoData
[
[WorkPackage.find_by(subject: 'Setup conference website').id,
WorkPackage.find_by(subject: 'Upload presentations to website').id],
[WorkPackage.find_by(subject: 'Set date and location of conference').id],
[WorkPackage.find_by(subject: 'Invite attendees to conference').id],
[WorkPackage.find_by(subject: 'Set date and location of conference').id],
[]
]
end

Loading…
Cancel
Save