We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13bb5b0 commit 1970576Copy full SHA for 1970576
src/Presentation/SmartStore.Web/Administration/Controllers/ExportController.cs
@@ -331,6 +331,7 @@ private void PrepareProfileModel(
331
{
332
MiniMapper.Map(profile, model);
333
334
+ model.ScheduleTaskId = profile.SchedulingTaskId;
335
model.ScheduleTaskName = profile.ScheduleTask.Name.NaIfEmpty();
336
model.IsTaskRunning = lastHistoryEntry?.IsRunning ?? false;
337
model.IsTaskEnabled = profile.ScheduleTask.Enabled;
0 commit comments