Actions
Defect #813
closedThe wiki macro error occurs in some environment.
Start date:
08/08/2011
Due date:
% Done:
100%
Estimated time:
Description
The wiki macro error occurs in some environment. following,
Error executing the term macro (undefined method `term_link' for #)
Updated by Mitsuyoshi Yoshida over 13 years ago
用語集内からのリンクは正常にリンクできるが、プロジェクトの wiki からのリンクだとエラーになっていた。
Updated by Mitsuyoshi Yoshida over 13 years ago
- Status changed from 新規(New) to 担当(Assigned)
- % Done changed from 0 to 10
init.rb で helper のメソッドを呼び出していたのが原因だった。
前はエラーにはならなかったので、init.rb から helper のメソッドを呼び出すのは確実ではないらしい。
Updated by Mitsuyoshi Yoshida over 13 years ago
- Status changed from 担当(Assigned) to 終了(Closed)
- % Done changed from 10 to 100
リンク作成用の Helper メソッドを init.rb で ActiveView::Base クラスにインクルードすることで対応。
http://yohshiy.blog.fc2.com/blog-entry-13.html
Actions