From e8b64be673cdae9798da4ada71b58ba85816a8df Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 11 Aug 2011 10:28:50 +0200 Subject: error dialog for batch command https://fedorahosted.org/freeipa/ticket/1597 https://fedorahosted.org/freeipa/ticket/1592 Added option to show multiple errors in error dialog. --- install/ui/search.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'install/ui/search.js') diff --git a/install/ui/search.js b/install/ui/search.js index fe0b07f7..bee55c06 100644 --- a/install/ui/search.js +++ b/install/ui/search.js @@ -300,7 +300,9 @@ IPA.search_deleter_dialog = function(spec) { var that = IPA.deleter_dialog(spec); that.create_command = function() { - var batch = IPA.batch_command(); + var batch = IPA.batch_command({ + error_message: IPA.messages.search.partial_delete + }); var pkeys = that.entity.get_primary_key_prefix(); -- cgit