- Notifications
You must be signed in to change notification settings - Fork16
Commit68ff70c
authored
Use delegated properties with recent connections (#337)
From what I understand when you use BaseState you are supposed to usedelegation. Something must have changed because this code used to workjust as it was, but now it seems without delegation the properties areignored and we were getting recent entries that were blank (looked likethis: `<RecentWorkspaceConnection />`).1 parent71086c9 commit68ff70c
File tree
1 file changed
+35
-11
lines changed- src/main/kotlin/com/coder/gateway/models
1 file changed
+35
-11
lines changedLines changed: 35 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
7 | 18 |
| |
8 |
| - | |
| 19 | + | |
9 | 20 |
| |
10 |
| - | |
| 21 | + | |
11 | 22 |
| |
12 |
| - | |
| 23 | + | |
13 | 24 |
| |
14 |
| - | |
| 25 | + | |
15 | 26 |
| |
16 |
| - | |
| 27 | + | |
17 | 28 |
| |
18 |
| - | |
| 29 | + | |
19 | 30 |
| |
20 |
| - | |
| 31 | + | |
21 | 32 |
| |
22 |
| - | |
| 33 | + | |
23 | 34 |
| |
24 |
| - | |
| 35 | + | |
25 | 36 |
| |
26 |
| - | |
27 |
| - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
28 | 52 |
| |
29 | 53 |
| |
30 | 54 |
| |
|
0 commit comments
Comments
(0)