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 5.x support #17

Open
rayzilt opened this issue Sep 19, 2022 · 2 comments
Open

Redmine 5.x support #17

rayzilt opened this issue Sep 19, 2022 · 2 comments

Comments

@rayzilt
Copy link

rayzilt commented Sep 19, 2022

Hi,

Is it possible to get this plugin working under Redmine 5.x?

After migration to 5.x I'm getting the following error:

image

Version information:
image

Thank you for you time

@rayzilt
Copy link
Author

rayzilt commented Sep 21, 2022

Possibly all wrong, but it works for me :)

extend_project_setting.rb
@@ -1,5 +1,10 @@
 require_dependency 'projects_helper'

+module ExtendProjectSetting
+  def self.apply
+  end
+end
+
 module ExtendRarProjectsSetting
   module RarProjectSettingExtension

@themilkman
Copy link

I guess the solution should rather be renaming the file to match the module name like extend_rar_projects_setting.rb (this should also require changing it in the init.rb)

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