Fix Extended Fields Data Type Mapping
Resolved 💬 2 comments Opened Apr 1, 2026 by dudchenko610 Closed May 8, 2026
Tasks
- [ ] Align
ExtendedFieldDataTypeenum with backend values (1-23) - [ ] Update field renderer switch statements to use correct types
- [ ] Render
TEXTBLOCK(7) andNOTE_SEQUENCE(9) as textarea - [ ] Render
THUMBNAIL(14) as image preview / upload button - [ ] Skip
LINK(8) fields entirely - [ ] Hide "Unnamed" group label
Acceptance Criteria
- Date fields show date picker, not checkbox
- Each
data_typemaps to the correct UI control - Thumbnail fields support upload, preview, and delete
- Link fields are not rendered
- "Unnamed" group heading is hidden, fields still render
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗