Open tantic opened 5 years ago
Note, if i change the line 39 in the file lib/redmine_better_crossprojects/queries_helper_patch.rb to get back to the old version
+ value = column.value_object(project)
- return super
it works again
Hi,
when i activate the plugin, i got an error when i try to export issues in csv format. Here is the log
If i disable the plugin, everything works fine.
Here is my configuration Environment: Redmine version 3.4.6.stable Ruby version 2.3.0-p0 (2015-12-25) [x86_64-linux] Rails version 4.2.8 Environment development Database adapter PostgreSQL
redmine_better_crossprojects 3.4.6
I saw that you fixed this in the commit 15b1b1b89b3f4573b6df0a3590fb8e1c05b82e4d but it does'nt work for me i still have the message super: no superclass method
Is there anything else I should do?
Thanks very much