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

Plugins
  1. OpenProject
  2. Forums
  3. Plugins
  4. Backlog Plugin: Can't change WorkPackage version of story with child tasks

Backlog Plugin: Can't change WorkPackage version of story with child tasks

Added by Ralf Wahl over 6 years ago

We upgraded OpenProject over the times through different versions. Since upgrading to 7.4.7 we're unable to change a story's version, when it contains tasks. Now we upgraded to 8.0.1, but the problem remains. Maybe the effect is similar to https://community.openproject.com/topics/9372, but we get different error messages.

Steps: Edit a story that already has tasks assigned. Or create a new story and assign tasks. Changing version in work package dialog gives the following error message: 

Error in dependent work package #[...]: Fixed version translation missing: en.activerecord.errors.models.work_package.attributes.fixed_version_id.task_version_must_be_the_same_as_story_version

Dragging the story from one backlog version to the other also fails (and shows an empty error message).

In production.log on the server, there is no error message fitting to it. The only warnings we get repeatedly are (times don't fit to problems)

WARN -- : Scoped order is ignored, it's forced to be batch order. 
WARN -- : Creating scope :order_by_name. Overwriting existing method Sprint.order_by_name. 

I added an SQL script to show how our table work_packages looks like. Database upgrade itself ran without problems by using 

RAILS_ENV="production" bundle exec rake db:migrate


Loading...