-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with RedmineUP Helpdesk plugin (Redmine 3.4x) #52
Comments
Hi, What kind of error do you see now? I do not want to use plugin-specific string such as "helpdesk_ticket". I will try to do something more robust. |
I understand but I needed a quick fix.
I am not able to recreate the error now but it was complaining about helpdesk_ticket icon tag. |
Hi, it would be great if this compatibility "pivot table - redmineup helpdesk" could be achieved. This plugin is a great idea but I can't use it in my application due to this incompatibility. Also I couldn't make them work together with the patches indicated by @dgutkowsky Thanks in advance! |
ActionView::Template::Error (undefined method `link_to_deal' for #<#Class:0x0000560fecd1a9f0:0x00007fe534a6f218>): plugins/redmine_contacts/lib/redmine_contacts/patches/compatibility/application_helper_patch.rb:44:in |
You need to add the following line:
in
/plugins/redmine_pivot_table/app/helpers/pivottables_helper.rb
after
Also I had no luck with the date conversion so I had to revert to the previous code:
The text was updated successfully, but these errors were encountered: