Commit f72a029
committed
feat: enhance lifecycle history retrieval with optional reference ID population
- Introduced a new `populateRefId` option in the `getLifecycleHistory` method to conditionally include reference ID population in the response.
- Updated the controller to parse the `populateRefId` query parameter and pass it to the service method.
- Refactored the lifecycle history component to improve layout and user experience, including a new dialog for lifecycle event details.1 parent 7b9325a commit f72a029
File tree
3 files changed
+304
-78
lines changed- apps
- api/src/management/lifecycle
- web/src/pages/identities/table/[_id]
3 files changed
+304
-78
lines changedLines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
201 | 205 | | |
202 | 206 | | |
203 | 207 | | |
204 | | - | |
| 208 | + | |
205 | 209 | | |
| 210 | + | |
206 | 211 | | |
207 | | - | |
| 212 | + | |
208 | 213 | | |
209 | 214 | | |
210 | 215 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
102 | 103 | | |
103 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
104 | 109 | | |
105 | 110 | | |
106 | 111 | | |
| |||
0 commit comments