New request
#20940: Bug: "Move Left" & "Move Right" buttons to rearrange columns in table view are unreliable.
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
sonarly:medium
Bug Description
Reordering columns in the default table view sometimes works, sometimes doesn't
https://github.com/user-attachments/assets/8bd052c8-48d8-4664-99f9-0d44f1f1e84e
Technical inputs
Clicking "Move Right/Left" seems to cycle it's position through several invisible columns (maybe the position is being calculated against all fields, not just the visible ones.)
Assessmentadvisory
bug● easy85% confidence
Column reordering cycling through hidden fields points to localized position-calculation bug in table/view utilities.
Likely files
- packages/twenty-front/src/modules/views/hooks
- packages/twenty-front/src/modules/object-record/record-table
- packages/twenty-front/src/modules/views/utils
Create the request