-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Component/s: Domain Verification - Claim/unclaim accounts
-
None
-
1
-
Severity 3 - Minor
Description
The customer reports that the domain listing page inconsistently displays the number of claimed domains / users available to claim when changing the "Results per page" setting.
When the page size is changed (e.g., from 20 to 40 results per page), some domains show different counts for users available to claim. This inconsistency appears to affect multiple domains and is likely related to pagination / data retrieval logic (offset/limit or aggregation).
Example
- With Results per page = 20:
-
- Domain shows 0 users available to claim.
- With Results per page = 40:
-
- The same domain shows the correct number of users available to claim.
Steps to Reproduce
- Navigate to the domain listing page in admin.
- Set "Results per page" to 20.
- Use Next to navigate through the pages.
- Locate domain and observe that the domain shows 0 users available to claim (or an incorrect count).
- Change "Results per page" to 40.
- Navigate again to the same domain(s).
- Observe that the same domain now shows the correct number of users available to claim.
Expected Result
- The number of claimed domains / users available to claim is accurate and consistent regardless of:
-
- The "Results per page" value (20, 40, etc.), and
-
- Pagination actions (Next/Previous).
Actual Result
- For some domains, the user count:
-
- Shows 0 (or an incorrect value) when Results per page = 20,
-
- Shows the correct value when Results per page = 40.