luismaia/redmine_email_fetcher

IT doesn't work with 3.3.2 version

Opened this issue · 2 comments

Do you plan to dev for 3.3.x version?

How we got it to work:

Someone already forked an fixed it:

https://github.com/denisgolius/redmine_email_fetcher/tree/patch-1
https://github.com/denisgolius/redmine_email_fetcher/tree/patch-2

Use the "_form.html.erb" from patch-1 and "en.yml" changes from patch-2

To fix the icon in the admin screen:
Open "init.rb" file in the plugin root directory and add class icon

menu :admin_menu, :email_configurations, { controller: 'email_configurations', action: 'index' }, caption: :title_email_configurations, :html => {:class => 'icon'}

crontab rakefile might give warnings but works.

Hope this helps

A fix is available in #33 and I have requested that a PR be created at https://github.com/octoquad/redmine_email_fetcher instead. Funny enough without the PR, it works fine under Redmine 4.0.x