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:
This is related (has the same root cause) to bug 959455
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.