Freigabe #4
Reference in New Issue
Block a user
Delete Branch "Freigabe"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Paperless may return extra_data.select_options as an array of objects {id, label} instead of plain strings. This caused React error #31 when Ant Design tried to render an object as a child in the Select and Table components. - Backend: coerce option items to {id: string, label: string} regardless of whether Paperless returns strings or objects - Frontend: normalize cf.value to a plain string before rendering or storing in state, guarding against object-typed values Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>