We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Do you plan to dev for 3.3.x version?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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
No branches or pull requests
Do you plan to dev for 3.3.x version?
The text was updated successfully, but these errors were encountered: