MM-62698 Handles additional property types in the profile popover form. (#30318)
* fix for testing with server * revert feature flag * update profile popover for other property types * lint fixes and test fixes * src/components/user_settings/general/user_settings_general.tsx * update from review * lint fixes and type fixes * review fixes * fixes for property changes * update properties * fix tests * fix tests * update when_set and hidden * update test for visiibility hidden * add required fields to tests --------- Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
c417ac1b57
Коммит
21ca303b5e
@@ -60,8 +60,8 @@ export type UserProfile = {
|
||||
terms_of_service_create_at: number;
|
||||
remote_id?: string;
|
||||
status?: string;
|
||||
failed_attempts?: number;
|
||||
custom_profile_attributes?: Record<string, string | string[]>;
|
||||
failed_attempts?: number;
|
||||
};
|
||||
|
||||
export type UserProfileWithLastViewAt = UserProfile & {
|
||||
|
||||
Ссылка в новой задаче
Block a user