Skip to content
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

Redmine 4.0+ compatible #38

Open
ghost opened this issue May 22, 2020 · 4 comments
Open

Redmine 4.0+ compatible #38

ghost opened this issue May 22, 2020 · 4 comments

Comments

@ghost
Copy link

ghost commented May 22, 2020

Hello !
there were some compatibility issues with redmine 3.4.x but some research can help to resolve (like modifying the Gemfile, with "rails-observer") But now this is more complicated because of attr_accessible is deprecated with Rails 5 so it build but it finished with 500 error when restarting the service.

for attr_accessible trouble, I've srap it in the model and create a def:
def permitted_params
params.require(:user).permit( :configuration_type, :host, :port, :ssl, :username, :password, :folder, :move_on_failure, :move_on_success, :dele$
end

Just after unloadable in the email_configurations_controler.rb, it work for me, hope it'll help...

@kouinkouin
Copy link

Hi @Reivax851 ,

I just read your issue for redmine 4.0. Did you push the modified plugin somewhere (pull request, fork, separated repository) ?
Do you know if the patch works with redmine 4.1? (4.0+ is 4.0.x or 4.x ?)

@kouinkouin
Copy link

I just found the repo https://github.com/octoquad/redmine_email_fetcher, which support redmine 4.0 (and 4.1) :-) .

@ghost
Copy link
Author

ghost commented Apr 13, 2021

Hello, sorry for late, no I've not push this modification. Thanks for the link !

@semirke
Copy link

semirke commented Dec 13, 2023

I just found the repo https://github.com/octoquad/redmine_email_fetcher, which support redmine 4.0 (and 4.1) :-) .

For those this is not working for any reasons (for me it failed bc of rubocop gem, then I gave up), mine seems to work:
https://github.com/semirke/redmine_email_fetcher

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants