Bug 1501284

Summary: UI: Settings | Unnecessary pagination element on the page
Product: Red Hat CloudForms Management Engine Reporter: Ruslana Babyuk <rbabyuk>
Component: UI - OPSAssignee: Martin Povolny <mpovolny>
Status: CLOSED DUPLICATE QA Contact: Ruslana Babyuk <rbabyuk>
Severity: medium Docs Contact:
Priority: medium    
Version: 5.9.0CC: hkataria, jhardy, mpovolny, obarenbo, smallamp
Target Milestone: GA   
Target Release: cfme-future   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: ui
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-03-17 10:31:53 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:
Embargoed:
Attachments:
Description Flags
paginator_element
none
paginator none

Description Ruslana Babyuk 2017-10-12 10:42:30 UTC
Description of problem:
Settings pages contains pagination element

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

How reproducible:
100%

Steps to Reproduce:
1. Login as admin
2. Go to Configuration -> Settings
3. Check any settings page (Server, Region)

Actual results:
pagination element is present on the page

Expected results:
pagination element is not needed for this page

Additional info:

Comment 2 Ruslana Babyuk 2017-10-12 10:43:20 UTC
Created attachment 1337695 [details]
paginator

Comment 3 Ruslana Babyuk 2017-10-12 10:55:22 UTC
More detailed steps:
1. Login as admin
2. Go to Configuration -> Settings
3. Go to Analysis Profile Settings under Region
4. Go to Server Settings

Actual results:
pagination element is present on the page

Comment 5 Martin Povolny 2018-03-17 10:16:23 UTC
I can reproduce this on Gaprindashvili, but not on master. We need to identify and backport the fix.

Comment 6 Martin Povolny 2018-03-17 10:31:53 UTC
Actually after I updated to the latest Gaprindashvili I can no longer reproduce this.

Looking at the sources I believe that the problem was fixed in
https://bugzilla.redhat.com/show_bug.cgi?id=1536062

The fixed line is:

app/controllers/ops_controller.rb:        presenter.show(:form_buttons_div).remove_paging

(the `remove_paging` call is the fix).

I am going to close the BZ as duplicate. If you have a different opinion, please, retest in 5.9.0.18 or later before reopening.

Thank you!

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