Actions
Defect #1048
closedWhen no time is allocated page throws a 500 error
Start date:
06/09/2012
Due date:
% Done:
0%
Estimated time:
Description
Rendering error - 500 Internal Server Error
Error: Unknown column 'journals.journalized_type' in 'where clause': SELECT `issues`.* FROM `issues` INNER JOIN journals ON journals.journalized_id=issues.id WHERE (journals.journalized_type='Issue' and journals.user_id=1 and journals.created_on>='2012-06-09 00:00:00' and journals.created_on<'2012-06-10 00:00:00') ): vendor/plugins/redmine_work_time/app/controllers/work_time_controller.rb:996:in `make_pack'
I have forked the project becuase i originally thought the problem was related to chiliproject but was able to figure iout it's and unhandled nil recordset. Would love to contribute with my fix.
Actions