summaryrefslogtreecommitdiffstats
path: root/install/ui
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui')
-rw-r--r--install/ui/src/freeipa/search.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/install/ui/src/freeipa/search.js b/install/ui/src/freeipa/search.js
index 8701c33c3..dc7bfcf42 100644
--- a/install/ui/src/freeipa/search.js
+++ b/install/ui/src/freeipa/search.js
@@ -314,7 +314,8 @@ IPA.search_deleter_dialog = function(spec) {
that.create_command = function() {
var batch = rpc.batch_command({
- error_message: '@i18n:search.partial_delete'
+ error_message: '@i18n:search.partial_delete',
+ name: that.entity.name + '_batch_del'
});
for (var i=0; i<that.values.length; i++) {