diff --git a/dashboard-ui/scripts/syncjob.js b/dashboard-ui/scripts/syncjob.js index fec56cc22..c0db6ed81 100644 --- a/dashboard-ui/scripts/syncjob.js +++ b/dashboard-ui/scripts/syncjob.js @@ -25,10 +25,13 @@ html += '
'; html += ''; html += ''; html += '
' + Globalize.translate('LabelSyncQualityHelp') + '
'; html += '
'; @@ -316,7 +319,8 @@ ItemIds: (job.RequestedItemIds && job.RequestedItemIds.length ? job.RequestedItemIds.join('') : null), ParentId: job.ParentId, - Category: job.Category + Category: job.Category, + TargetId: job.TargetId })).done(function (options) {