Closed soerennb closed 8 years ago
Hi, I hope this could help: http://stackoverflow.com/questions/26870232/ruby-directly-send-superclass-a-message
alias_method :super_model_name, :model_name
def model_name
super_model_name
end
in file: query_ext.rb at: Bitnami\redmine\apps\redmine\htdocs\plugins\redmine_custom_reports\app\models\
I think the problem was in empty series name. I've added check that series name is present.
I'm using this plugin with Redmine 3.0.0 and Rails 4.2.0, but on one report I'm getting the following error (it is working on Redmine 2.6.1 with Rails 3.2.21):
What could be the problem?