sharing/bday/summary: check for not to be empty

This commit is contained in:
Peter Bieringer
2026-05-31 07:26:19 +02:00
parent 8a28141c3e
commit d6369588f4
3 changed files with 30 additions and 3 deletions

View File

@@ -597,7 +597,7 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
("conversion_bday_summary_template", {
"value": sharing.SHARING_BDAY_SUMMARY_TEMPLATE_DEFAULT,
"help": "conversion bday summary template",
"type": sharing.check_template}),
"type": sharing.check_template_not_empty}),
("conversion_bday_description_template", {
"value": sharing.SHARING_BDAY_DESCRIPTION_TEMPLATE_DEFAULT,
"help": "conversion bday description template",