From 81fd790cda41644d21b9deecdc5c6e3c50155b3d Mon Sep 17 00:00:00 2001 From: Adam Young Date: Tue, 1 Mar 2011 21:21:19 -0500 Subject: Use modified entity find commands for associations https://fedorahosted.org/freeipa/ticket/1011 Does not completely fix the problem in the ticket, but it does mitigate the failure. --- install/ui/associate.js | 45 +++++++++++++++++++++++++-------------------- install/ui/host.js | 10 ++-------- install/ui/service.js | 8 +------- 3 files changed, 28 insertions(+), 35 deletions(-) diff --git a/install/ui/associate.js b/install/ui/associate.js index 2f1a28d5..db3a9cd5 100644 --- a/install/ui/associate.js +++ b/install/ui/associate.js @@ -430,8 +430,12 @@ IPA.association_table_widget = function (spec) { 'on_success': on_success, 'on_error': on_error }); + var length = that.values.length; + if (length > 100){ + length = 100; + } - for (var i=0; i