Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. Prod Setup using backlog plugin and scrum - Missing project status drop down.

Prod Setup using backlog plugin and scrum - Missing project status drop down.

Added by Brendan Dunn almost 11 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)

RE: Prod Setup using backlog plugin and scrum - Missing project status drop down. - Added by Brendan Dunn almost 11 years ago

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 Prod Setup using backlog plugin and scrum - Missing project status drop down. - Added by Brendan Dunn almost 11 years ago

Solved
Had to add the admin user to the project

  • (1 - 2/2)
Loading...