Skip to content

Redmine 4.0+ compatible #38

@ghost

Description

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions