From a3e336a81251ea9629ffbc4f8feafbc158988186 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 12 Mar 2015 00:59:49 -0400 Subject: [PATCH] have sync job page use dynamic quality options --- dashboard-ui/scripts/syncjob.js | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/dashboard-ui/scripts/syncjob.js b/dashboard-ui/scripts/syncjob.js index fec56cc22f..c0db6ed810 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) {