Vote #67326
完了'calendar' action is used with 'issue' controller in issue/sidebar
100%
説明
app/views/issues/_sidebar.rhtml still uses :controller => 'issues', :action => 'calendar'
although Calendar has been moved into the separated controller.
so this patch is to use 'calendars' controller with 'show' action.
journals
sorry, forgot to add information:
* branch: trunk (dev)
* revision: r3750
--------------------------------------------------------------------------------
This is a small fix which can be / should be included in 1.0.1 too imho.
Thanks for reporting this Andrew.
--------------------------------------------------------------------------------
Fixed in r4012, thanks for finding that.
--------------------------------------------------------------------------------
Merged to 1.0-stable.
--------------------------------------------------------------------------------