enable scheduled job automatically if SMTP is enabled in Site Settings

This commit is contained in:
sbwalker
2026-01-16 11:58:03 -05:00
parent e98d84784a
commit 780e2a8484
3 changed files with 24 additions and 12 deletions

View File

@@ -248,8 +248,7 @@
job.NextExecution = null;
job = await JobService.UpdateJobAsync(job);
await logger.LogInformation("Job Updated {Job}", job);
await LoadJob();
StateHasChanged();
NavigationManager.NavigateTo(NavigateUrl());
}
}
}