test #302

Merged
klaus merged 8 commits from test into main 2025-04-07 10:23:14 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3bb2753607 - Show all commits

View File

@ -203,7 +203,7 @@ class EventService(
} }
if (event.link != link) { if (event.link != link) {
event.link = if (link.isNullOrBlank()) null else link event.link = link
} }
if (!title.isNullOrBlank() && event.title != title) { if (!title.isNullOrBlank() && event.title != title) {