mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 03:41:58 +00:00
settings_users: Support guest user in admin-user-table.
This supports guest user in the user-info-form-modal as well as in the role section of the admin-user-table. With some fixes by Tim Abbott and Shubham Dhama.
This commit is contained in:
committed by
Tim Abbott
parent
553c50ebfb
commit
d5df0377cc
@@ -324,7 +324,7 @@ realm_user_dict_fields = [
|
||||
'id', 'full_name', 'short_name', 'email',
|
||||
'avatar_source', 'avatar_version', 'is_active',
|
||||
'is_realm_admin', 'is_bot', 'realm_id', 'timezone',
|
||||
'date_joined'
|
||||
'date_joined', 'is_guest'
|
||||
] # type: List[str]
|
||||
|
||||
def realm_user_dicts_cache_key(realm_id: int) -> str:
|
||||
|
||||
Reference in New Issue
Block a user