- Notifications
You must be signed in to change notification settings - Fork927
Commit4035f9a
committed
fix: include suspended and dormant users in acl query
This fixes two issues:1. When you add a dormant/suspended user, you would not get any feedback in the UI because they were filtered out.2. They were also filtered out when we created the audit log, so although users were added there is no record of it.1 parentb36d979 commit4035f9a
File tree
3 files changed
+44
-9
lines changed- coderd/database
- dbmem
- enterprise/coderd
3 files changed
+44
-9
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9884 | 9884 |
| |
9885 | 9885 |
| |
9886 | 9886 |
| |
9887 |
| - | |
| 9887 | + | |
9888 | 9888 |
| |
9889 | 9889 |
| |
9890 | 9890 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
165 | 165 |
| |
166 | 166 |
| |
167 | 167 |
| |
168 |
| - | |
169 |
| - | |
170 |
| - | |
| 168 | + | |
171 | 169 |
| |
172 | 170 |
| |
173 | 171 |
| |
|
Lines changed: 42 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
846 | 846 |
| |
847 | 847 |
| |
848 | 848 |
| |
| 849 | + | |
849 | 850 |
| |
850 |
| - | |
851 |
| - | |
852 |
| - | |
853 | 851 |
| |
| 852 | + | |
854 | 853 |
| |
| 854 | + | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
855 | 862 |
| |
856 |
| - | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
857 | 883 |
| |
858 | 884 |
| |
859 | 885 |
| |
| 886 | + | |
| 887 | + | |
860 | 888 |
| |
861 | 889 |
| |
862 | 890 |
| |
863 | 891 |
| |
| 892 | + | |
| 893 | + | |
| 894 | + | |
864 | 895 |
| |
865 | 896 |
| |
866 | 897 |
| |
| |||
874 | 905 |
| |
875 | 906 |
| |
876 | 907 |
| |
877 |
| - | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
878 | 914 |
| |
879 | 915 |
| |
| 916 | + | |
880 | 917 |
| |
881 | 918 |
| |
882 | 919 |
| |
|
0 commit comments
Comments
(0)