From 0ba9cfdaa9e34f3979a21b639656946f254a8e52 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Mon, 17 Nov 2008 02:02:49 +0000
Subject: [PATCH] Fix for issue 3588 (Control Panel : not all Base DN available for VLV index creation) Set the name of the backend that is being displayed in the 'Manage Index' window when the user clicks on 'New Index...' or 'New VLV Index...' buttons.
---
opends/src/guitools/org/opends/guitools/controlpanel/ui/IndexPanel.java | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/opends/src/guitools/org/opends/guitools/controlpanel/ui/IndexPanel.java b/opends/src/guitools/org/opends/guitools/controlpanel/ui/IndexPanel.java
index e7fa86f..11a11a8 100644
--- a/opends/src/guitools/org/opends/guitools/controlpanel/ui/IndexPanel.java
+++ b/opends/src/guitools/org/opends/guitools/controlpanel/ui/IndexPanel.java
@@ -432,6 +432,7 @@
setPrimaryValid(lEntryLimit);
setPrimaryValid(lType);
name.setText(index.getName());
+ backendName.setText(index.getBackend().getBackendID());
titlePanel.setDetails(Message.raw(index.getName()));
entryLimit.setText(String.valueOf(index.getEntryLimit()));
approximate.setSelected(false);
--
Gitblit v1.10.0