Defect #1501
closedredmine work time plugin fails
0%
Description
I installed the plugin in redmine 4.0.3.stable
Environment:
Redmine version 4.0.3.stable
Ruby version 2.5.5-p157 (2019-03-15) [x86_64-linux]
Rails version 5.2.2.1
Environment production
Database adapter Mysql2
Mailer queue ActiveJob::QueueAdapters::AsyncAdapter
Mailer delivery smtp
SCM:
Subversion 1.11.1
Cvs 1.12.13
Git 2.19.1
Filesystem
Redmine plugins:
easy_gantt 1.12
periodictask 4.1.0
redmine_agile 1.4.12
redmine_work_time 0.4.0
When i tried to update the hours of a project I got
Internal error
An error occurred on the page you were trying to access.
If you continue to experience problems please contact your Redmine administrator for assistance.
If you are the Redmine administrator, check your log files for details about the error.
And the production.log shows
ActionController::UnfilteredParameters (unable to convert unpermitted parameters to hash):
plugins/redmine_work_time/app/controllers/work_time_controller.rb:768:in `block (2 levels) in hour_update'
plugins/redmine_work_time/app/controllers/work_time_controller.rb:766:in `block in hour_update'
plugins/redmine_work_time/app/controllers/work_time_controller.rb:762:in `hour_update'
plugins/redmine_work_time/app/controllers/work_time_controller.rb:19:in `index'
lib/redmine/sudo_mode.rb:63:in `sudo_mode'
Is there a patch or a work around?
Thanks in advance
Updated by Tomohisa Kusukawa over 5 years ago
- Is duplicate of Defect #1502: redmine work time plugin fails added
Updated by Tomohisa Kusukawa over 5 years ago
- Status changed from 新規(New) to 終了(Closed)