New request
#20288: Notes not editable in People section
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
Bug Description
In the people section I cannot add Notes / Memos to people. When clicking on the memo field in a persons row, nothing opens. No sidepanel for editing, no field to choose from or write into. All other fields have a pen to edit when hovering over the field.
Expected behavior
I expect the pen for editing to show up like in all other fields or when clicking on it that the sidepanel opens for editing.
Assessmentadvisory
bug● easy90% confidence
Isolated frontend UI regression where the memo field click handler or edit guard is missing in the People section.
Likely files
- packages/twenty-front/src/modules/object-record/record-field/meta-types/display/components/MultiLineTextFieldDisplay.tsx
- packages/twenty-front/src/modules/object-record/record-field/meta-types/input/components/MultiLineTextFieldInput.tsx
- packages/twenty-front/src/modules/object-record/record-field/hooks/useOpenRecordFieldInput.ts
Create the request