Skip to content

Commit

Permalink
Display better Tag with missing category in report editor
Browse files Browse the repository at this point in the history
  • Loading branch information
lpichler committed Sep 13, 2019
1 parent 0718bb6 commit 71debf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/report_controller/reports/editor.rb
Expand Up @@ -1444,6 +1444,7 @@ def build_selected_fields(rpt)
pivot_cols = {}
rpt.col_formats ||= Array.new(rpt.col_order.length) # Create array of nils if col_formats not present (backward compat)
rpt.col_order.each_with_index do |col, idx|
binding.pry if col.include?('managed')
if col.starts_with?(CustomAttributeMixin::CUSTOM_ATTRIBUTES_PREFIX)
field_key = rpt.db + "-" + col
field_value = CustomAttributeMixin.to_human(col)
Expand Down

0 comments on commit 71debf7

Please sign in to comment.