Skip to content

Commit

Permalink
Add the missing icon element introduced by lookup_attrs refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
skateman committed Mar 17, 2017
1 parent 343e239 commit 6825f34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/helpers/miq_ae_class_helper.rb
Expand Up @@ -114,6 +114,8 @@ def ae_field_fonticon(field)
'product product-relationship'
when 'state'
'product product-state'
when 'element'
'product product-element'
else
raise NotImplementedError, "Missing fonticon for MiqAeField type #{field}"
end
Expand Down

0 comments on commit 6825f34

Please sign in to comment.