Bug #20067
closedNameError: wrong constant name Docker/ImageSearch on creating a new Role Filter
Description
Description of problem:
when clicking a 'New Filter' in the Role dialog, the following traceback is being logged in the production.log:
2017-06-13 05:07:24 cea0b842 [app] [W] unknown class Docker/ImageSearch, ignoring
| NameError: wrong constant name Docker/ImageSearch
| /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/inflector/methods.rb:238:in `const_get'
| /opt/rh/rh-ror41/root/usr/share/gems/gems/activesupport-4.1.5/lib/active_support/inflector/methods.rb:238:in `block in constantize'
...
This seems to be happening during fetching the available filter list
Steps to Reproduce:
1. administer -> roles
2. click some role or create a new one
3. filters tab
4. click 'new filter' while watching production.log