minor changes

This commit is contained in:
2026-07-14 08:34:52 +02:00
parent fc9b7c287c
commit bb7a18ef48
8 changed files with 164 additions and 1 deletions

View File

@@ -104,7 +104,7 @@ manifest = ModuleManifest(
name=MODULE_NAME,
version=MODULE_VERSION,
dependencies=(),
optional_dependencies=("access", "calendar", "campaigns", "portal", "mail", "notifications", "forms-runtime"),
optional_dependencies=("access", "calendar", "campaigns", "portal", "mail", "notifications", "forms_runtime"),
optional_capabilities=(CAPABILITY_AUTH_PRINCIPAL_RESOLVER, CAPABILITY_AUTH_PERMISSION_EVALUATOR),
provides_interfaces=(
ModuleInterfaceProvider(name="poll.option_selection", version="0.1.8"),