Content
You are here:
Drag and Drop not working
Added by Jay Smith over 10 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)
I’ll add that when I add a task, I get an empty box that cannot be edited.
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.
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!
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
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.
gem “openproject-plugins”, :git => “https://github.com/opf/openproject-plugins.git”, :branch => “stable”
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
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
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. :)