gtt-project / redmine_custom_fields_groups

Redmine plugin for grouping custom fields.
GNU General Public License v3.0
12 stars 5 forks source link

5.x not working #21

Closed whotopia closed 5 months ago

whotopia commented 1 year ago

In the plugin Gemfile I had to update gem deface to gem 'deface', '= 1.9.0' (but this probably has to do with other plugin dependencies I have.

However, then I get

Zeitwerk::NameError: expected file /home/rm-base/redmine-5.0.5/plugins/redmine_customize_core_fields/app/overrides/issues/new.rb to define constant Issues::New, but didn't

      raise Zeitwerk::NameError.new(msg, cref.last)
      ^^^^^
<internal:dir>:220:in `glob'
/home/rm-base/redmine-5.0.5/config/environment.rb:16:in `<top (required)>'
/home/rm-base/.rbenv/versions/3.1.2/bin/bundle:25:in `load'
/home/rm-base/.rbenv/versions/3.1.2/bin/bundle:25:in `<main>'
Tasks: TOP => db:migrate => db:load_config => environment
(See full trace by running task with --trace)

help?

sanak commented 1 year ago

@whotopia The above error tells that redmine_customize_core_fields plugin raises error. I am not sure whether the error only happens with combination of this plugin and that plugin, but asking the error in that side may be also better. https://github.com/nanego/redmine_customize_core_fields/issues

From the following issue's history, updating redmine_customize_core_fields plugin may solve the issue. https://github.com/nanego/redmine_customize_core_fields/issues/16

sanak commented 6 months ago

@whotopia redmine_customize_core_fields plugin seems to support Redmine 5.x. Could you try to check this on your environment again ?

sanak commented 5 months ago

Well, I close this issue.