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

General discussion
  1. OpenProject
  2. Forums
  3. General discussion
  4. Drag and Drop not working

Drag and Drop not working

Added by Jay Smith about 11 years ago

All -
I have a brand new install using the Ubuntu guide (+ RAILS_ENV=“production”). I’ve been able to manage to get backlogs to show up (as a version). I’m assuming - please validate - that a sprint is just a different version. I’ve created Sprint1 as a version. Unfortunately, I can’t drag and drop between them. Any advice?

Thanks!
Jay


Replies (7)

RE: Drag and Drop not working - Added by Jay Smith about 11 years ago

I’ll add that when I add a task, I get an empty box that cannot be edited.

RE: Drag and Drop not working - Added by Jay Smith about 11 years ago

Our review of Open Project is on hold with this issue. It is possible to manage the taskboard manually but it is cumbersome and will not be used. Please do let me know if this can be resolved.

RE: Drag and Drop not working - Added by Jay Smith about 11 years ago

To view the issue first hand, go to:
http://openproject.openmarketstack.com/projects/scrum/backlogs
username - openproject
password - openproject

#1 Attempt to move a backlog to a sprint.
#2 View taskboard and create a subtask. Move/edit that task.

Thanks!

RE: Drag and Drop not working - Added by Christian Ratz about 11 years ago

Hello Jay,

I briefly checked the issue on your instance and noticed that the Javascript throws errors. You should use the stable versions of OpenProject core and all installed plugins then run RAILS_ENV=production bundle exec rake assets:precompile again.

Best
Ratzi

RE: Drag and Drop not working - Added by Jay Smith about 11 years ago

Solved.

It looks like changing the gemfile plugin for backlogs from dev to stable and recompiling did the trick. You may want to update that in the instructions.

  1. Required for each plug-in
    gem “openproject-plugins”, :git => “https://github.com/opf/openproject-plugins.git”, :branch => “stable”
  1. Required by backlogs
    gem “openproject-pdf_export”, git: “https://github.com/finnlabs/openproject-pdf_export.git”, :branch => “stable”

gem “openproject-backlogs”, git: “https://github.com/finnlabs/openproject-backlogs.git”, :branch => “stable”

Thank you!!
Jay

RE: Drag and Drop not working - Added by Philipp Tessenow about 11 years ago

Thanks Jay,

I’ve just added a note concerning the OP core vs. plugin version to the Ubuntu installation guide and the plugin page.

— tessi

RE: Drag and Drop not working - Added by Jay Smith about 11 years ago

You should consider changing the text to say “stable” in both the example at the top and the code inline so people like me can copy/paste. :)

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