Commit 9825410
authored
fix(harmonia): the personal (my) list resolves relation columns to labels, like the power list (#6347)
The my list page loaded a lookup only for the EntityStatus badge - every other relation column
rendered its raw FK id (the personal-template parity class). Port the power list's label-lookup
loop: one lookup per rendered DROPDOWN relation (the personal owner and sensitive/non-major
fields are not rendered and get no lookup), the column marked fk and resolved in display() with
a raw-id fallback for dangling FKs. Lookups load after the rows so the list paints immediately.
IntentEmissionCoverageIT: the personal fixture gains a plain dropdown relation and asserts the my
list page loads its label lookup while fetching none for the owner relation.1 parent c4bdc6a commit 9825410
2 files changed
Lines changed: 37 additions & 1 deletion
File tree
- components/template/template-application-ui-harmonia-java/src/main/resources/META-INF/dirigible/template-application-ui-harmonia-java/ui/my
- tests/tests-integrations/src/main/java/org/eclipse/dirigible/integration/tests/api
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
43 | 65 | | |
44 | 66 | | |
45 | 67 | | |
| |||
56 | 78 | | |
57 | 79 | | |
58 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
59 | 87 | | |
60 | 88 | | |
61 | 89 | | |
| |||
81 | 109 | | |
82 | 110 | | |
83 | 111 | | |
84 | | - | |
| 112 | + | |
85 | 113 | | |
86 | 114 | | |
87 | 115 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
181 | 184 | | |
182 | 185 | | |
183 | 186 | | |
| |||
522 | 525 | | |
523 | 526 | | |
524 | 527 | | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
525 | 533 | | |
526 | 534 | | |
527 | 535 | | |
| |||
0 commit comments