Bug #14129
closedError 'TypeError: redeclaration of const KEY_DELM' for scoped search of smart class parameter.
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1316124
Description of problem:
Firebug console shows Error 'TypeError: redeclaration of const KEY_DELM' for any search query in search box.
Version-Release number of selected component (if applicable):
Satellite 6.2 snap 2.1
How reproducible:
Always
Steps to Reproduce:
1. Create a repo with puppet module.
2. Create a CV with above puppet module and publish the CV.
3. Go to Configure > Smart Class parameters, it will list parameters in a table.> errors.
4. Open a firebug Console
5. Attempt to search a parameter with some query in search box.
e.g: 'override = True'
Actual results:
Firebug console shows an error 'TypeError: redeclaration of const KEY_DELM'.
Expected results:
No Error.
Additional info: