New request
#11977: Wrong number of records in deleted record details
We'll provision a sandbox, run an agent against the issue, and open a draft PR. You can pull the branch and iterate from there.
Issue
prio: low
Scenario:
- Log in
- Go to People tab (or any other tab)
- Delete record
- Open side menu and click "See deleted records"
- Check deleted record details
Actual: Numbers are 0 / (number of all records)
https://github.com/user-attachments/assets/f6901037-4143-4207-91a0-37c5c116d5db
Expected: Numbers should be (record index) / (number of all deleted records)
Assessmentadvisory
bug● easy85% confidence
The deleted-records view is computing pagination totals against the full record set instead of the filtered deleted set; a localized hook or component fix is needed.
Likely files
- packages/twenty-front/src/modules/object-record/components/RecordIndexPage.tsx
- packages/twenty-front/src/modules/object-record/hooks/useRecordPagination.ts
- packages/twenty-front/src/modules/object-record/hooks/useFindManyRecords.ts
- packages/twenty-front/src/modules/side-panel/pages/page-layout/components/DeletedRecordsContainer.tsx
Create the request