-
Bug
-
Resolution: Unresolved
-
Minor
-
Jenkins 2.440.2
warnings-ng 11.2.2
data-tables-api 2.0.2-1
I have a project in which the MSBuild warnings parser finds a total of 60 warnings in 30 namespaces. When the Warnings plugin shows the list of namespaces that have warnings:
- Initially, it has "10 entries per page". The bottom line says "Showing 1 to 10 of 30 entries" as expected; but the page selector at the bottom right corner lists only page 1. The page selector should list pages 1, 2, and 3.
- Then, I select "25 entries per page". The bottom line says "Showing 1 to 25 of 30 entries" and the page selector correctly lists pages 1 and 2.
- Then, I select "10 entries per page" again. The bottom line says "Showing 1 to 10 of 30 entries" and the page selector correctly lists pages 1, 2, and 3.
- duplicates
-
JENKINS-74833 Pager on Report UI is broken. Number of issue pages shown does not match real pages
-
- Open
-
[JENKINS-72964] Table of warning namespaces/packages shows only first page
Description |
Original:
I have a project in which the MSBuild warnings parser finds a total of 60 warnings in 30 namespaces. When the Warnings plugin shows the list of namespaces that have warnings:
* Initially, it has "10 entries per page". The bottom line says "Showing 1 to 10 of 30 entries" as expected; but the page selector at the bottom right corner lists only page 1. The page selector should list pages 1, 2, and 3. * Then, I select "25 entries per page". The bottom line says "Showing 1 to 25 of 30 entries" and the page selector correctly lists pages 1 and 2. * Then, I select "10 entries per page" again. The bottom line says "Showing 1 to 10 of 30 entries" and the selector correctly lists pages 1, 2, and 3. |
New:
I have a project in which the MSBuild warnings parser finds a total of 60 warnings in 30 namespaces. When the Warnings plugin shows the list of namespaces that have warnings:
* Initially, it has "10 entries per page". The bottom line says "Showing 1 to 10 of 30 entries" as expected; but the page selector at the bottom right corner lists only page 1. The page selector should list pages 1, 2, and 3. * Then, I select "25 entries per page". The bottom line says "Showing 1 to 25 of 30 entries" and the page selector correctly lists pages 1 and 2. * Then, I select "10 entries per page" again. The bottom line says "Showing 1 to 10 of 30 entries" and the page selector correctly lists pages 1, 2, and 3. |
Attachment | New: Bildschirmfoto 2024-08-21 um 14.42.46.png [ 63185 ] |
Attachment | New: redacted 67 warnings in 33 namespaces page 1 only.png [ 63187 ] |
I upgraded to data-tables-api 2.0.3-1 and still get the same bug.