dynamo-media / redmine_issue_detailed_tabs_time

30 stars 23 forks source link

Select history_comments as default tab if journals were present #19

Closed CodeInsider closed 11 years ago

CodeInsider commented 11 years ago

As already descriped. This will select the history_comments tab if journal entries would be rendered.

markedagain commented 11 years ago

please note this line selected_tab = params[:tab] ? params[:tab].to_s : 'history_all'

this means i can view a link like so , to force the opening of an issue. issues/1245?tab=history_activity

can u alter to code a bit to not set the default if there is a the param tab in url.

markedagain commented 11 years ago

revised merge pull done #20