Skip to content

Commit 1970576

Browse files
committed
MiniMapper cannot map this. Fixes GetTaskRunInfo not found in export list.
1 parent 13bb5b0 commit 1970576

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Presentation/SmartStore.Web/Administration/Controllers/ExportController.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ private void PrepareProfileModel(
331331
{
332332
MiniMapper.Map(profile, model);
333333

334+
model.ScheduleTaskId = profile.SchedulingTaskId;
334335
model.ScheduleTaskName = profile.ScheduleTask.Name.NaIfEmpty();
335336
model.IsTaskRunning = lastHistoryEntry?.IsRunning ?? false;
336337
model.IsTaskEnabled = profile.ScheduleTask.Enabled;

0 commit comments

Comments
 (0)