Content
You are here:
Prod Setup using backlog plugin and scrum - Missing project status drop down.
Added by Brendan Dunn over 10 years ago
Missing project status drop down.
I am learning OpenProject and installed a prod instance with the backlog plugin.
I have documented my configuration in the attached.
My issue is that the workload packages cannot change status as the only option is the default status option.
In order to change the package status, I have to update the target status to become the default.
This breaks the task board, which is a great feature. The drag and drop does not update the database.
I am also happy to take feedback on the attached document to improve it.
Replies (2)
I think I have found the answer in the General forum
https://www.openproject.org/topics/1570
I will try this as documented in 1570
I will leave out the precompile step for my dev setup
Backup your changed files (probably config/configuration.yml, config/database.yml, config/environments/production.rb, Gemfile.plugins) to a folder outside (cp filename ..).
Then run git clean -df and git checkout — ..
Copy the files back,
run bundle install
followed by RAILS_ENV=production bundle exec rake assets:precompile.
Now RAILS_ENV=production bundle exec server run,
hope that helps.
Solved
Had to add the admin user to the project