Method: Issue#editable_custom_fields

Defined in:
app/models/issue.rb

#editable_custom_fields(user = nil) ⇒ Object

Returns the custom fields that can be edited by the given user



640
641
642
# File 'app/models/issue.rb', line 640

def editable_custom_fields(user=nil)
  editable_custom_field_values(user).map(&:custom_field).uniq
end