-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing planning_old.js #35
Comments
A bit for an overzealous clean-up procedure. Try adding this file: https://raw.githubusercontent.com/MadEgg/redmine_planning/master/assets/javascripts/planning_old.js I added it back in the master branch, will do a new release soon. |
Hello MadEgg, Started GET "/projects/projeto-teste-plan/plan/issues?utf8=%E2%9C%93&set_filter=1&f%5B%5D=" for 172.28.129.241 at 2015-10-05 14:09:32 +0000 NoMethodError (undefined method |
@madegg For the original problem - this is fixed. Thx! |
@MarcuSacramento To solve the incompatibility go to plugins/scrum/lib/scrum/issue_query_patch.rb and modify lines 37 and 47. Replace options[:include] ||= {} by options[:include] ||= []. Thats solved the problem for me. Both plugins are functional in my enviroment. |
thank's a lot. It's really works. regards @ffarzat |
Using:
Environment:
Redmine version 3.0.4.stable
Ruby version 2.2.2-p95 (2015-04-13) [x86_64-linux]
Rails version 4.2.3
Environment production
Database adapter Mysql2
with
Redmine plugins:
a_common_libs 1.1.5
progressive_projects_list 2.0.1
redmine_base_deface 0.0.1
redmine_bootstrap_kit 0.2.3
redmine_custom_workflows 0.1.4
redmine_dashboard 2.7.0
redmine_dmsf 1.5.4
redmine_issues_tree 0.0.3
redmine_jenkins 1.0.1
redmine_maintenance_mode 2.0.1
redmine_multiprojects_issue 0.2
redmine_revision_branches 0.3.0
redmine_spent_time 3.1.2
redmine_spent_time_in_issue_description 2.8.0
redmine_sudo 0.0.1
redmine_workflow_enhancements 0.4.0
usability 2.0.0
I get:
Started GET "/redmine/plugin_assets/redmine_planning/javascripts/planning_old.js" for 127.0.0.1 at 2015-10-01 10:34:25 +0200
ActionController::RoutingError (No route matches [GET] "/plugin_assets/redmine_planning/javascripts/planning_old.js"):
actionpack (4.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in
call' actionpack (4.2.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in
call'railties (4.2.3) lib/rails/rack/logger.rb:38:in
call_app' railties (4.2.3) lib/rails/rack/logger.rb:20:in
block in call'activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in
block in tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:26:in
tagged'activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in
tagged' railties (4.2.3) lib/rails/rack/logger.rb:20:in
call'actionpack (4.2.3) lib/action_dispatch/middleware/request_id.rb:21:in
call' rack (1.6.4) lib/rack/methodoverride.rb:22:in
call'rack (1.6.4) lib/rack/runtime.rb:18:in
call' activesupport (4.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in
call'actionpack (4.2.3) lib/action_dispatch/middleware/static.rb:116:in
call' rack (1.6.4) lib/rack/sendfile.rb:113:in
call'railties (4.2.3) lib/rails/engine.rb:518:in
call' railties (4.2.3) lib/rails/application.rb:165:in
call'railties (4.2.3) lib/rails/railtie.rb:194:in
public_send' railties (4.2.3) lib/rails/railtie.rb:194:in
method_missing'/usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:94:in
process_request' /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:151:in
accept_and_process_next_request'/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:112:in
main_loop' /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:415:in
block (3 levels) in start_threads'/usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb:112:in `block in create_thread_and_abort_on_exception'
Processing by UsErrorsController#error_404 as /
Current user: admin (id=1)
Rendered plugins/usability/app/views/errors/error_status.html.erb (49.4ms)
Completed 404 Not Found in 84ms (Views: 46.6ms | ActiveRecord: 16.2ms)
As a quick-fix I tried copying planning.js to planning_old.js, but that stopped the rendering effectively without any errors in the production log.
The text was updated successfully, but these errors were encountered: