Skip to content

Commit 2b5c509

Browse files
committed
fix: mark groups_request_sign as not supporting user preference
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 59a9044 commit 2b5c509

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Service/Policy/Provider/RequestSignGroups/RequestSignGroupsPolicy.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public function get(string|\BackedEnum $policyKey): IPolicyDefinition {
4343
}
4444
},
4545
appConfigKey: self::SYSTEM_APP_CONFIG_KEY,
46+
supportsUserPreference: false,
4647
),
4748
default => throw new \InvalidArgumentException('Unknown policy key: ' . $this->normalizePolicyKey($policyKey)),
4849
};

0 commit comments

Comments
 (0)