Dynamic email registration recipients using variables #11791
Annotations
6 errors and 1 warning
Run jakebailey/pyright-action@v1:
src/openforms/registrations/contrib/email/config.py#L137
Could not access item in TypedDict
"to_emails" is not a required key in "Options", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
|
Run jakebailey/pyright-action@v1:
src/openforms/registrations/contrib/email/config.py#L137
Could not access item in TypedDict
"to_email_from_variable" is not a required key in "Options", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
|
Run jakebailey/pyright-action@v1:
src/openforms/registrations/contrib/email/plugin.py#L52
Could not access item in TypedDict
"to_email_from_variable" is not a required key in "Options", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
|
Run jakebailey/pyright-action@v1:
src/openforms/registrations/contrib/email/plugin.py#L211
Could not access item in TypedDict
"to_email_from_variable" is not a required key in "Options", so access may result in runtime exception (reportTypedDictNotRequiredAccess)
|
Run jakebailey/pyright-action@v1:
src/openforms/registrations/contrib/email/plugin.py#L238
Argument of type "list[str] | list[Any] | None" cannot be assigned to parameter "recipients" of type "list[str]" in function "send_registration_email"
Type "list[str] | list[Any] | None" is incompatible with type "list[str]"
"None" is incompatible with "list[str]" (reportArgumentType)
|
Run jakebailey/pyright-action@v1
5 errors
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading