Skip to content
Snippets Groups Projects
Commit 7906bd6c authored by TROMEL LOUIS's avatar TROMEL LOUIS
Browse files

Afficher correctement tout l'historique des synchronisations #10466

parent 0dd70757
No related branches found
No related tags found
No related merge requests found
......@@ -360,7 +360,8 @@ public class DataSourcesAdminViewImpl extends Composite implements DataSourcesAd
} else {
noSourceRedirect();
}
dataSourcesProvider.flush();
historyTable.setRowCount(syncHistoryProvider.getList().size());
historyTable.setPageSize(syncHistoryProvider.getList().size());
LOGGER.atFinest().log("DataSourcesAdminViewImpl.setData() end");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment