Business Unit list/detail has no badge emblems
Table of Contents
This page is a capture in the inbox bucket of the product backlog — a pre-sprint idea, not yet pulled into a sprint as a story.
What
business_unit's status column (Active/Inactive/Closed, a
hardcoded enum rather than a lookup table) has no is_badge=/
=badge_key wiring in ores.refdata.business_unit.org, so the list
column and detail combo both render as plain text/string rather than
the colour-coded badge other status-like fields across the codebase
get (e.g. book_status-backed entities).
Why
Found while manually verifying the Org Explorer business unit edit/history actions after a codegen regen; not a regression from that change, but a pre-existing gap the badge-adoption coverage audit task should pick up.
References
projects/ores.refdata/modeling/ores.refdata.business_unit.orgline ~303 — thestatuscolumn'sstatic_comboDetail field row, no badge wiring.
See also
- Task: Audit badge adoption coverage across domain_entity models — the audit this is a candidate finding for.