- Notifications
You must be signed in to change notification settings - Fork921
Commit6b69635
authored
chore: warn user without permissions to view org members (#16721)
resolvescoder/internal#392In situations where a user accesses the org members without anypermissions beyond that of a normal member, they will only be able tosee themselves in the list of members.This PR shows a warning to users who arrive at the members page in thissituation.<img width="1145" alt="Screenshot 2025-02-26 at 18 36 59"src="https://github.com/user-attachments/assets/16ad6ce1-2aa9-4719-bdae-914aff0fcd52"/>1 parent2aa749a commit6b69635
File tree
2 files changed
+15
-2
lines changed- site/src/pages/OrganizationSettingsPage
2 files changed
+15
-2
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
| 75 | + | |
75 | 76 |
| |
76 | 77 |
| |
77 | 78 |
| |
|
Lines changed: 14 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| 31 | + | |
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
| |||
36 | 37 |
| |
37 | 38 |
| |
38 | 39 |
| |
| 40 | + | |
39 | 41 |
| |
40 | 42 |
| |
41 | 43 |
| |
| |||
58 | 60 |
| |
59 | 61 |
| |
60 | 62 |
| |
| 63 | + | |
61 | 64 |
| |
62 | 65 |
| |
63 | 66 |
| |
| |||
70 | 73 |
| |
71 | 74 |
| |
72 | 75 |
| |
73 |
| - | |
| 76 | + | |
74 | 77 |
| |
75 | 78 |
| |
76 | 79 |
| |
| |||
80 | 83 |
| |
81 | 84 |
| |
82 | 85 |
| |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
83 | 95 |
| |
84 | 96 |
| |
85 | 97 |
| |
| |||
154 | 166 |
| |
155 | 167 |
| |
156 | 168 |
| |
157 |
| - | |
| 169 | + | |
158 | 170 |
| |
159 | 171 |
| |
160 | 172 |
| |
|
0 commit comments
Comments
(0)