リビジョン b8dc04a8
| init.rb | ||
|---|---|---|
|
term = nil
|
||
|
case sargs.size
|
||
|
when 1
|
||
|
proj = Project.find_by_identifier(params[:project_id])
|
||
|
proj = Project.find_by_identifier(params[:project_id]) unless proj
|
||
|
term = Term.find_for_macro(sargs[0], proj, true)
|
||
|
when 2
|
||
|
proj = Project.find_by_identifier(sargs[1])
|
||
Support for redmine 2.3.x