Commit 7a5e476
authored
ref(feedback): display name in list when no email (#59158)
- grab the name from the issues `metadata` object instead
- when the user doesn't have an email, show the name instead in the list
<img width="411" alt="SCR-20231031-npst"
src="https://github.com/getsentry/sentry/assets/56095982/a9030c33-36fc-4387-9a9d-ae44711fe54a">
details view is still the same, showing "No Email" or "No Name"
<img width="682" alt="SCR-20231031-nqja"
src="https://github.com/getsentry/sentry/assets/56095982/fbc66e15-1fe9-4848-baf7-1c065c5a0133">
<img width="302" alt="SCR-20231031-nqpu"
src="https://github.com/getsentry/sentry/assets/56095982/185d5c6c-c9da-43bf-b094-8f70b4f2bc42">1 parent 39ed9f2 commit 7a5e476
File tree
2 files changed
+5
-14
lines changed- static/app/components/feedback/feedbackItem
2 files changed
+5
-14
lines changedLines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
| 69 | + | |
74 | 70 | | |
75 | 71 | | |
76 | 72 | | |
| |||
Lines changed: 4 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 12 | + | |
| 13 | + | |
19 | 14 | | |
20 | 15 | | |
21 | 16 | | |
| |||
32 | 27 | | |
33 | 28 | | |
34 | 29 | | |
35 | | - | |
| 30 | + | |
36 | 31 | | |
37 | 32 | | |
38 | 33 | | |
| |||
0 commit comments