deecay / redmine_pivot_table

This Redmine plugin allows you to generate pivot table for issue analysis.
MIT License
52 stars 38 forks source link

can u update it redmine 5.0.0 #77

Open ashrafalzyoud opened 2 years ago

PurePMO commented 10 months ago

I solved it.

  1. create a folder under lib called "redmine_pivot_table"
  2. put files under lib to this folder
  3. replace init.rb 2nd and 3rd row to follow
    
    require File.expand_path(File.dirname(__FILE__) + '/lib/redmine_pivot_table/query_column_patch.rb')
    require File.expand_path(File.dirname(__FILE__) + '/lib/redmine_pivot_table/projects_helper_patch.rb')

If you failed with internal error, try to set date and time format in settings of redmine