@@ -27,7 +27,6 class CustomFieldsController < ApplicationController | |||||
27 | respond_to do |format| |
|
27 | respond_to do |format| | |
28 | format.html { |
|
28 | format.html { | |
29 | @custom_fields_by_type = CustomField.all.group_by {|f| f.class.name } |
|
29 | @custom_fields_by_type = CustomField.all.group_by {|f| f.class.name } | |
30 | @tab = params[:tab] || 'IssueCustomField' |
|
|||
31 | } |
|
30 | } | |
32 | format.api { |
|
31 | format.api { | |
33 | @custom_fields = CustomField.all |
|
32 | @custom_fields = CustomField.all |
General Comments 0
You need to be logged in to leave comments.
Login now