プロジェクト

全般

プロフィール

Defect #1079

完了

could not support redmine 2.0.3

Steven Wong さんがほぼ12年前に追加. ほぼ12年前に更新.

ステータス:
終了(Closed)
優先度:
急いで(Urgent)
対象バージョン:
開始日:
2012/07/09
期日:
進捗率:

100%

予定工数:

説明

I installed in redmine 2.0.3 and restart the server.

when I login, the error occured: Please check it, thanks

ActionController::RoutingError (No route matches {:controller=>"info"}):
  lib/redmine/menu_manager.rb:150:in `render_single_menu_node'
  lib/redmine/menu_manager.rb:102:in `render_menu_node'
  lib/redmine/menu_manager.rb:91:in `render_menu'
  lib/redmine/menu_manager.rb:168:in `menu_items_for'
  lib/redmine/menu_manager.rb:165:in `each'
  lib/redmine/menu_manager.rb:165:in `menu_items_for'
  lib/redmine/menu_manager.rb:90:in `render_menu'
  app/views/layouts/base.html.erb:31:in `_app_views_layouts_base_html_erb___7378
05957_54492528'

wei li さんがほぼ12年前に更新

please add a file router.rb in folder /redmine_information/config. The content is follow:
RedmineApp::Application.routes.draw do
match '/info/:action', :to=>"info'
end

And there is another error when click configration in redmine. you should change files /redmine_information/app/views/settings/_info_settings.html.erb like follow:
the 7 line :
"InfoCategory.label" should be change to "InfoCategory.caption"

All will become normal.

Steven Wong さんがほぼ12年前に更新

Thanks, wei li
I tried the modification and the plugin could be used now.

Mitsuyoshi Yoshida さんがほぼ12年前に更新

  • ステータス新規(New) から 担当(Assigned) に変更
  • 優先度通常(Normal) から 急いで(Urgent) に変更
  • 対象バージョン1.0.1 にセット

Thanks, wei li and Steven Wong.
I will release bug fix version of these error, in reference to your comment.

Steven Wong さんがほぼ12年前に更新

there's still something wrong with localization, I tested it and found some translation has missed.
please check it when you fix the issues. Thanks.

Mitsuyoshi Yoshida さんがほぼ12年前に更新

  • ステータス担当(Assigned) から 終了(Closed) に変更
  • 進捗率0 から 100 に変更

Changing from "InfoCategory.label" to "InfoCategory.caption" is not enough.
Correctly, follow :

8c8
<   <%= InfoCategory.label(catsym) %>
---
>   <%=l InfoCategory.caption(catsym) %>

I will release 1.0.1 soon, including this.

他の形式にエクスポート: Atom PDF