invoker.labelsShowList now be called with timestamp to save time and bandwidth

pull/14/head
Arne Jans 15 years ago committed by Tim Su
parent 5173904497
commit 89afc36cc5

@ -227,7 +227,7 @@ public class ProducteevSyncProvider extends SyncProvider<ProducteevTaskContainer
ArrayList<ProducteevTaskContainer> remoteTasks = new ArrayList<ProducteevTaskContainer>(); ArrayList<ProducteevTaskContainer> remoteTasks = new ArrayList<ProducteevTaskContainer>();
for(StoreObject dashboard : dataService.getDashboards()) { for(StoreObject dashboard : dataService.getDashboards()) {
long dashboardId = dashboard.getValue(ProducteevDashboard.REMOTE_ID); long dashboardId = dashboard.getValue(ProducteevDashboard.REMOTE_ID);
JSONArray labels = invoker.labelsShowList(dashboardId, null); JSONArray labels = invoker.labelsShowList(dashboardId, lastServerSync);
readLabels(labels); readLabels(labels);
try { try {

Loading…
Cancel
Save