File tree Expand file tree Collapse file tree
src/views/Settings/PolicyWorkbench/settings/signature-flow Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,13 +50,7 @@ export const signatureFlowRealDefinition: RealPolicySettingDefinition = {
5050 return mode ?? 'parallel'
5151 } ,
5252 hasSelectableDraftValue : ( value : EffectivePolicyValue ) => resolveSignatureFlowMode ( value ) !== null ,
53- normalizeAllowChildOverride : ( scope , allowChildOverride : boolean ) => {
54- if ( scope === 'system' || scope === 'group' ) {
55- return false
56- }
57-
58- return allowChildOverride
59- } ,
53+ normalizeAllowChildOverride : ( _scope , allowChildOverride : boolean ) => allowChildOverride ,
6054 getFallbackSystemDefault : ( policyValue : EffectivePolicyValue | null | undefined , sourceScope ?: string | null ) => {
6155 if ( sourceScope === 'system' && policyValue !== null && policyValue !== undefined ) {
6256 return policyValue
You can’t perform that action at this time.
0 commit comments