Description of problem: Steps to reproduce the problem. 1) On the configuration panel, expand Data icon and a suffix, then highlight a backend in the suffix 2) Choose the Index tab Then, on the window which started the console, this error is printed: IndexManagementPanel.fillRow: unkown index type <subtree> Notes: "subtree" is a new index type introduced with the subtree rename enhancement. Only entryrdn can have the type and it's not allow to disable it.
Created attachment 441624 [details] git patch file (IndexManagementPanel) Bug Description: a special index type "subtree" is introduced for entryrdn. The DS Console does not spport the index type, and the index page issues an error "unkown index type <subtree>". Fix Description: The index type is special and is available only for entryrdn. Also, entryrdn cannot have any other index type(s). Thus, there is no much benefit to show the index type on the index page on Console. This patch skips showing entryrdn index name and the subtree index type. File: admin/dirserv/panel/IndexManagementPanel.java
Reviewed by Rich (Thanks!!!) Pushed to master. $ git merge 553066 Updating 01ddc9c..21eaba8 Fast-forward .../admin/dirserv/panel/IndexManagementPanel.java | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) $ git push Counting objects: 17, done. Delta compression using up to 4 threads. Compressing objects: 100% (6/6), done. Writing objects: 100% (9/9), 1.11 KiB, done. Total 9 (delta 4), reused 0 (delta 0) To ssh://git.fedorahosted.org/git/389/ds-console.git 01ddc9c..21eaba8 master -> master
Followed : 1) On the configuration panel, expand Data icon and a suffix, then highlight a backend in the suffix 2) Choose the Index tab Then, on the window which started the console, this error is printed: IndexManagementPanel.fillRow: unkown index type <subtree> But did not face any error, Hence VERIFIED.