@@ -25,7 +25,7 class CustomFieldsController < ApplicationController | |||
|
25 | 25 | end |
|
26 | 26 | |
|
27 | 27 | def list |
|
28 |
@custom_fields_by_type = CustomField.find(:all).group_by {|f| f. |
|
|
28 | @custom_fields_by_type = CustomField.find(:all).group_by {|f| f.class.name } | |
|
29 | 29 | @tab = params[:tab] || 'IssueCustomField' |
|
30 | 30 | render :action => "list", :layout => false if request.xhr? |
|
31 | 31 | end |
General Comments 0
You need to be logged in to leave comments.
Login now