Bug 1320239

Summary: Bookmarks - Smart Variables search bar uses invalid controller - variable_lookup_keys
Product: Red Hat Satellite Reporter: Roman Plevka <rplevka>
Component: Configuration ManagementAssignee: satellite6-bugs <satellite6-bugs>
Status: CLOSED DUPLICATE QA Contact: Roman Plevka <rplevka>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.2.0CC: bbuckingham, tbrisker
Target Milestone: UnspecifiedKeywords: Triaged
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-12-26 13:19:56 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Roman Plevka 2016-03-22 16:02:02 UTC
Description of problem:
While bookmarking a search on smart variables, the UI uses invalid `controller` so no bookmark is being created. There is no error displayed

the used controller: `variable_lookup_keys`
the correct controller name: `lookup_keys`

- the same applies during loading the bookmarks.

Version-Release number of selected component (if applicable):
6.2.0 Snap4

How reproducible:
always

Steps to Reproduce:
1. create some parameterized puppet class (in order to get the search bar on the smart variables page)
2. navigate to smart variables
3. try to create a bookmark (you can sniff the request header to see the controller paramter used)
4. try to create the same bookmark using hammer cli

Actual results:
invalid controller - variable_lookup_keys

Expected results:
lookup_keys controller is used, bookmark is created, bookmarks for smart variables are displayed in the dropdown

Additional info:

Comment 2 Tomer Brisker 2016-12-26 13:19:56 UTC

*** This bug has been marked as a duplicate of bug 1334514 ***