Sets the Custom Profile Attributes feature flag to true by default (#31160)
Co-authored-by: Miguel de la Cruz <miguel@ctrlz.es>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
3d5cf06237
Коммит
b3649132d0
@@ -82,7 +82,7 @@ func (f *FeatureFlags) SetDefaults() {
|
|||||||
f.WebSocketEventScope = true
|
f.WebSocketEventScope = true
|
||||||
f.NotificationMonitoring = true
|
f.NotificationMonitoring = true
|
||||||
f.ExperimentalAuditSettingsSystemConsoleUI = false
|
f.ExperimentalAuditSettingsSystemConsoleUI = false
|
||||||
f.CustomProfileAttributes = false
|
f.CustomProfileAttributes = true
|
||||||
f.AttributeBasedAccessControl = false
|
f.AttributeBasedAccessControl = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user