Potential breaking change for plugins using acts_as_customized in Redmine 4.2.7, 5.0.2
Added by Liane Hampe 3 days ago
Due to the latest security fix in Redmine 4.2.7, 5.0.2 each plugin using acts_as_customized needs to make sure that it responds to the instance method
visible?
in order to avoid a HTTP status code of 500 for their users.