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