-
[OPIK-6493] [BE] fix: assign palette color to auto-created environments (#6690)
发布于
2026-05-14 13:44:32 +00:00 Environments auto-created from trace ingestion (and manual creates without
a color) all received color='default', so the UI rendered them identically.
Pick a deterministic color from the FE palette via hash(name) when no color
is provided, in both create() and bulkCreate() paths.下载附件