Bug 1129051

Summary: Long alert definition templates list is displayed partially
Product: [Other] RHQ Project Reporter: Yulia <prudius>
Component: AlertsAssignee: Nobody <nobody>
Status: ON_QA --- QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 4.9CC: gerhard.dreschler, hrupp
Target Milestone: ---   
Target Release: RHQ 4.13   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1145648 (view as bug list) Environment:
Last Closed: 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:
Bug Depends On:    
Bug Blocks: 1145648    

Description Yulia 2014-08-12 07:46:42 UTC
Description of problem:
Long alert definition templates list is displayed partially

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


How reproducible:always


Steps to Reproduce:
1.Create (or import) many alert definition templates for the same resource.
2.Open Alert Definition Templates page for this resource.
3.

Actual results:
Only part of templates are displayed.
e.g., I imported 100 templates and only 50 was displayed.

Expected results:
All created/imported templates are displayed in the list (or it may be scrolled down to see the rest
ones).

Additional info:

Comment 1 Jirka Kremser 2014-08-12 09:29:45 UTC
This is related (has the same root cause) to bug 959455

Comment 2 Jirka Kremser 2014-08-12 13:34:52 UTC
branch:  master
link:    https://github.com/rhq-project/rhq/commit/104ff1c86
time:    2014-08-12 15:18:49 +0200
commit:  104ff1c861a245ba74b9c7090b9d9909773e3323
author:  Jirka Kremser - jkremser
message: [BZ 1129051] - Long alert definition templates list is displayed
         partially - calling setPagingInfo(response, result); solves the
         issue. I've fixed that for various data sources.