nanego / redmine_multiprojects_issue

A Redmine plugin which allows you to specify several projects per issue
http://www.redmine.org/plugins/redmine_multiprojects_issue
MIT License
57 stars 29 forks source link

Could it support Redmine 3.3.X? #22

Closed archonwang closed 7 years ago

archonwang commented 7 years ago

I tested it on Redmine3.3, and found it could not loaded when I create or edit an issue? anything I have missed? Thanks.

my environment is

Environment: Redmine version 3.3.0.stable.15823 Ruby version 2.2.4-p230 (2015-12-16) [x86_64-linux] Rails version 4.2.7.1 Environment production Database adapter Mysql2

when I create issues the log is

Started GET "/projects/myxdj/issues/new" for 192.168.60.238 at 2016-09-08 09:15:10 +0800
Processing by IssuesController#new as HTML
  Parameters: {"project_id"=>"myxdj"}
  Current user: hui.wang (id=8)
  Rendered plugins/redmine_issue_templates/app/views/issue_templates/_issue_select_form.html.erb (3.4ms)
  Rendered plugins/simple_author_change/app/views/issues/_simple_author_change.html.erb (2.4ms)
  Rendered issues/_form_custom_fields.html.erb (15.3ms)
  Rendered issues/_attributes.html.erb (41.8ms)
  Rendered plugins/issuestats/app/views/issuestats/_issues_add_start_datetime.html.erb (0.4ms)
  Rendered plugins/redmine_assign_grouping/app/views/hooks/_assign_grouping.html.erb (0.8ms)
  Rendered plugins/redmine_didyoumean/app/views/issues/_didyoumean_injected.html.erb (3.5ms)
  Rendered plugins/redmine_issue_checklist/app/views/issues/_checklist_form.html.erb (1.0ms)
  Rendered plugins/redmine_issue_history_filter/app/views/redmine_issue_history_filter/_redmine_issue_history_filter_partial.html.erb (0.3ms)
  Rendered plugins/redmine_workflow_enhancements/app/views/workflow_enhancements/_issue_popup.html.erb (0.4ms)
  Rendered plugins/redmine_tags/app/views/issues/_tags_form.html.erb (2.9ms)
  Rendered plugins/redmine_mentions/app/views/hooks/redmine_mentions/_edit_mentionable.html.erb (36.0ms)
  Rendered issues/_form.html.erb (193.5ms)
  Rendered attachments/_form.html.erb (3.2ms)
  Rendered issues/new.html.erb within layouts/base (204.1ms)
  Rendered plugins/advanced_roadmap_v2/app/views/hooks/_stylesheet.html.erb (0.2ms)
  Rendered plugins/quick_edit/app/views/hooks/_quick_edit_base_head.html.erb (0.1ms)
  Rendered plugins/redmine__select2/app/views/redmine__select2/_includes.html.erb (0.4ms)
  Rendered plugins/redmine_code_review/app/views/code_review/_html_header.html.erb (0.5ms)
  Rendered plugins/redmine_cut_tag/app/views/hooks/redmine_cut_tag/_includes.html.erb (0.3ms)
redmine_highlightjs2: supported browser: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0
  Rendered inline template (0.8ms)
  Rendered plugins/redmine_select2_inputs/app/views/select2/_metatags.html.erb (0.3ms)
  Rendered plugins/redmine_wiki_templates/app/views/wiki_templates/_html_head.html.erb (0.1ms)
  Rendered plugins/clipboard_image_paste/app/views/clipboard_image_paste/_headers.html.erb (0.5ms)
  Rendered plugins/progressive_projects_list/app/views/application/_progressive_sidebar.html.erb (0.1ms)
  Rendered plugins/progressive_projects_list/app/views/application/_progressive_recent_projects.html.erb (0.1ms)
  Rendered plugins/redmine_banner/app/views/banner/_project_body_bottom.html.erb (1.6ms)
  Rendered plugins/quick_edit/app/views/hooks/_quick_edit_base_bottom.html.erb (0.4ms)
  Rendered plugins/redmine_code_review/app/views/code_review/_body_bottom.html.erb (0.2ms)
  Rendered plugins/redmine_introductions/app/views/hooks/_view_layouts_base_body_bottom_intro.html.erb (1.4ms)
  Rendered plugins/redmine_wiki_fix_toc/app/views/wiki_fix_toc/body_bottom.html.erb (0.1ms)
  Rendered plugins/redmine_wiki_templates/app/views/wiki_templates/_body_bottom.html.erb (0.3ms)
  Rendered plugins/clipboard_image_paste/app/views/clipboard_image_paste/_add_form.html.erb (4.9ms)
Completed 200 OK in 402ms (Views: 301.7ms | ActiveRecord: 49.7ms)
nanego commented 7 years ago

Last commits have made it fully compatible with Redmine 3.3.0. Which version of the plugin have you tested?

archonwang commented 7 years ago

I used branch master. and installed with other plugin. or not compatible with other plugins

nanego commented 7 years ago

I am currently using master branch in production with Redmine 3.3.0. You could try to temporarily remove other plugins, and find which one is incompatible.

nanego commented 7 years ago

I don't see any error in the log you have provided.

archonwang commented 7 years ago

@nanego, I will test it later to find why it happened. Thanks.