dynamo-media / redmine_issue_detailed_tabs_time

30 stars 24 forks source link

ActionView::Template::Error when used with plugin "Advanced Roadmap" #38

Closed hubsif closed 10 years ago

hubsif commented 10 years ago

I get this error on current redmine trunk when I use your plugin together with the Advanced Roadmap 0.8.0 (http://www.redmine.org/plugins/advanced_roadmap) and try to view an issue that has activity/comments:

ActionView::Template::Error (undefined method `get_issue_history_tab_entries' for #<#<Class:0x7f381f9da950>:0x7f381fb68b00>):
    2:   stylesheet_link_tag('issue_history_tabs.css', :plugin => :redmine_issue_detailed_tabs_time)
    3: end
    4:
    5: entries = get_issue_history_tab_entries()
    6:
    7: unless entries.empty?
    8:   tabs = get_issue_history_tabs(entries, journals).uniq
  app/views/issues/show.html.erb:120:in `_app_views_issues_show_html_erb___1232813637_69939512424320'
  app/controllers/issues_controller.rb:123:in `show'
  app/controllers/issues_controller.rb:120:in `show'

I'd appreciate if you could help on this as I'm not a ruby developer.

R-i-c-k-y commented 10 years ago

I got the same error (I have Advanced Roadmap 0.8.0 too, Redmine 2.3.3).

markedagain commented 10 years ago

This is the same issue as #14 , I'm not advanced enough to figure out a workaround for compatibility between a few other plugins that also overwrite the same template. Maybe in a few months when i do another long ruby learning session. In the mean time i can only advise the same as the other thread, if u want u can remove the template overwrite of advanced roadmaps and loos that bit of the functionality.

R-i-c-k-y commented 10 years ago

Thanks anyway Best regards

On Mon, Oct 7, 2013 at 4:31 PM, markedagain notifications@github.comwrote:

This is the same issue as #14https://github.com/markedagain/redmine_issue_detailed_tabs_time/issues/14, I'm not advanced enough to figure out a workaround for compatibility between a few other plugins that also overwrite the same template. Maybe in a few months when i do another long ruby learning session. In the mean time i can only advise the same as the other thread, if u want u can remove the template overwrite of advanced roadmaps and loos that bit of the functionality.

— Reply to this email directly or view it on GitHubhttps://github.com/markedagain/redmine_issue_detailed_tabs_time/issues/38#issuecomment-25812964 .