Actions
Patch #7795
closedInternal server error at journals#index with custom fields
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
Actions