Commit de97852
fix: address reviewer feedback — null config, auto-expand, dedup helper
P1: enabled_model_count crashed with AttributeError when a model in
model_configs had a null/non-dict value. Added isinstance(m_cfg,
dict) guard before calling .get().
P2: FAILURE rows no longer auto-expanded after the earlier "collapse
by default" change. Restored auto-expand for FAILURE rows only,
keyed on backUpData (fresh loads) so filter changes don't reset
user-expanded rows.
P2: Replaced the local formatRelativeTime in no-code-model.jsx with
the shared getRelativeTime from common/helpers.js which already
handles both past and future dates.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 8e49a74 commit de97852
3 files changed
Lines changed: 9 additions & 18 deletions
File tree
- backend/backend/core/scheduler
- frontend/src/ide
- editor/no-code-model
- run-history
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
778 | 778 | | |
779 | 779 | | |
780 | 780 | | |
781 | | - | |
| 781 | + | |
782 | 782 | | |
783 | 783 | | |
784 | 784 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| |||
1624 | 1625 | | |
1625 | 1626 | | |
1626 | 1627 | | |
1627 | | - | |
1628 | | - | |
1629 | | - | |
1630 | | - | |
1631 | | - | |
1632 | | - | |
1633 | | - | |
1634 | | - | |
1635 | | - | |
1636 | | - | |
1637 | | - | |
1638 | | - | |
1639 | | - | |
1640 | 1628 | | |
1641 | 1629 | | |
1642 | 1630 | | |
| |||
1709 | 1697 | | |
1710 | 1698 | | |
1711 | 1699 | | |
1712 | | - | |
| 1700 | + | |
1713 | 1701 | | |
1714 | 1702 | | |
1715 | 1703 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | | - | |
197 | | - | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
198 | 201 | | |
199 | 202 | | |
200 | 203 | | |
| |||
0 commit comments