チケット #37473

Quick View : popup not showing with Redmine 3.4.2

登録: 2017-08-30 23:41 最終更新: 2018-09-28 02:14

報告者:
担当者:
(未割り当て)
チケットの種類:
状況:
オープン
コンポーネント:
マイルストーン:
(未割り当て)
優先度:
5 - 中
重要度:
5 - 中
解決法:
なし
ファイル:
1

詳細

Hi, Installation goes well, but when I double click (or right-click + Quick View), the popup does not show. There is just a brief loading symbol and nothing else happens. Log contains :

  1. Started GET "/issues/context_menu?utf8=%E2%9C%93&authenticity_token=Ybp3j001vtDduDn7b32leRDgz5nJMvnnBJY8cHRHO%2FyaExKYlJWofdNEzpSsuPN3PHmE8DphNVdMe4LZpAishg%3D%3D&back_url=%2Fprojects%2Fproj%2Fissues&ids%5B%5D=8079" for xxx.xxx.xxx.xxx at 2017-08-25 08:57:39 +0200
  2. Processing by ContextMenusController#issues as */*
  3. Parameters: {"utf8"=>"✓", "authenticity_token"=>"Ybp3j001vtDduDn7b32leRDgz5nJMvnnBJY8cHRHO/yaExKYlJWofdNEzpSsuPN3PHmE8DphNVdMe4LZpAishg==", "back_url"=>"/projects/proj/issues", "ids"=>["8079"]}
  4. Current user: admin (id=1)
  5. Rendered plugins/quick_view/app/views/hooks/_quick_view_context.erb (4.5ms)
  6. Rendered context_menus/issues.html.erb (46.7ms)
  7. Completed 200 OK in 94ms (Views: 43.4ms | ActiveRecord: 16.6ms)
  8. Started GET "/issues/8079" for 172.16.1.90 at 2017-08-25 08:57:43 +0200
  9. Processing by IssuesController#show as HTML
  10. Parameters: {"id"=>"8079"}
  11. Current user: admin (id=1)
  12. Rendered issues/_action_menu.html.erb (3.6ms)
  13. Rendered attachments/_links.html.erb (6.2ms)
  14. Rendered issue_relations/_form.html.erb (1.6ms)
  15. Rendered issues/_relations.html.erb (2.3ms)
  16. Rendered issues/_action_menu.html.erb (2.3ms)
  17. Rendered issues/_form_custom_fields.html.erb (0.1ms)
  18. Rendered issues/_attributes.html.erb (17.5ms)
  19. Rendered issues/_form.html.erb (28.0ms)
  20. Rendered attachments/_form.html.erb (1.7ms)
  21. Rendered issues/_edit.html.erb (33.4ms)
  22. Rendered issues/_sidebar.html.erb (2.1ms)
  23. Rendered watchers/_watchers.html.erb (3.8ms)
  24. Rendered issues/show.html.erb within layouts/base (77.7ms)
  25. Rendered plugins/quick_view/app/views/hooks/_quick_view_base_head.html.erb (0.0ms)
  26. Rendered plugins/quick_view/app/views/hooks/_quick_view_base_bottom_tooltip.html.erb (0.4ms)
  27. Rendered plugins/quick_view/app/views/hooks/_quick_view_base_bottom.html.erb (2.8ms)
  28. Rendered plugins/quick_view/app/views/hooks/_quick_view_base_bottom_worktime_ext.html.erb (0.0ms)
  29. Completed 200 OK in 147ms (Views: 88.0ms | ActiveRecord: 25.1ms)
  30. Started GET "/quick_view_issues/8079" for 172.16.1.90 at 2017-08-25 08:57:43 +0200
  31. Processing by QuickViewIssuesController#show as HTML
  32. Parameters: {"id"=>"8079"}
  33. Current user: admin (id=1)
  34. issue_id => 8079
  35. Rendered plugins/quick_view/app/views/quick_view_issues/quick_view_issue_dialog.html.erb (128.1ms)
  36. Completed 500 Internal Server Error in 138ms (ActiveRecord: 5.8ms)
  37. ActionView::Template::Error (undefined method `render_custom_fields_rows' for #<#<Class:0x007faa36d643a8>:0x007faa37341b68>
  38. Did you mean? render_custom_fields_tabs
  39. render_custom_field_values):
  40. 80:
  41. 81: end %>
  42. 82:
  43. 83: <%= render_custom_fields_rows(issue) %>
  44. 84: <% unless Setting.plugin_quick_view['disable_call_hook'] %>
  45. 85: <%= call_hook(:view_issues_show_details_bottom, :issue => @issue) %>
  46. 86: <% end %>
  47. plugins/quick_view/app/views/quick_view_issues/quick_view_issue_dialog.html.erb:83:in `_plugins_quick_view_app_views_quick_view_issues_quick_view_issue_dialog_html_erb___3725213336985905089_70184520485080'
  48. plugins/quick_view/app/controllers/quick_view_issues_controller.rb:12:in `block (2 levels) in show'
  49. plugins/quick_view/app/controllers/quick_view_issues_controller.rb:10:in `show'
  50. lib/redmine/sudo_mode.rb:63:in `sudo_mode'

チケットの履歴 (5 件中 3 件表示)

2017-08-30 23:41 更新者: leguman
  • 新しいチケット "Quick View : popup not showing with Redmine 3.4.2" が作成されました
2017-08-30 23:41 更新者: leguman
  • コンポーネント(未割り当て) から quick_view に更新されました
2018-05-06 05:26 更新者: martincizek
コメント

I've created a patch, see the Attachment File List. Hope the plugin is still maintained though.

2018-09-28 02:14 更新者: None
コメント

添付ファイルリスト

編集

ログインしていません。ログインしていない状態では、コメントに記載者の記録が残りません。 » ログインする