alexmonteiro / Redmine-Monitoring-Controlling

Redmine Plugin that works with Highcharts to show tasks on project throught Charts.
Other
131 stars 79 forks source link

working good with Redmine4.0.3+Ruby2.5.5(Rails5.2.2.1) #124

Open ghost opened 5 years ago

ghost commented 5 years ago

Need these patches:

(1)init.rb url 'http://alexmonteiro.github.com/redmine_monitoring_controlling/' --> url 'https://github.com/alexmonteiro/Redmine-Monitoring-Controlling'

(2)app/controllers/home_monitoring_controlling_project_controller.rb before_filter :find_project, :authorize --> before_action :find_project, :authorize

(3)app/controllers/mc_human_resource_mgmt_project_controller.rb before_filter :find_project, :authorize --> before_action :find_project, :authorize

(4)app/controllers/mc_time_mgmt_project_controller.rb before_filter :find_project, :authorize --> before_action :find_project, :authorize