Daily Log - 2026-05-20
Matrix Title Translation Key Fix
Achievements
- Title Rendering Fix: Fixed a bug in the renderer where removing a matrix
Titlein the builder resulted in translation keys (e.g.,df.field.elements.table_<uuid>) leaking into the UI.
Decisions
- Intentional Blank Support: Guarded matrix title text rendering so it only attempts translation and display if the
defaultFieldNameis explicitly non-empty.
Technical Details
- Modified:
matrix.component.htmlupdated with an empty-check guard before passing config default names into theTranslateKeyPipe.