Actions
Patch #7795
closedInternal server error at journals#index with custom fields
Start date:
2011-03-06
Due date:
% Done:
0%
Estimated time:
Description
/issues/changes fails with internal server error when a issue has a custom field.
Here is the stack trace. http://pastie.org/1639290
This is because JournalsController does not declare using custom_fields helper. The attached patch fixes this problem.
Files
Updated by Jean-Philippe Lang over 13 years ago
- Subject changed from Internal server error at journals#index to Internal server error at journals#index with custom fields
- Status changed from New to Closed
- Target version set to 1.1.2
Committed with a failing test in r5021 and merged in 1.1-stable, thanks.
Actions