mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
18.51.2008 db115b8dfe0f45d6886b38e9035992ddafd54445
refs
author jvergara <jvergara@localhost>
Tuesday, November 18, 2008 02:51 +0100
committer jvergara <jvergara@localhost>
Tuesday, November 18, 2008 02:51 +0100
commitdb115b8dfe0f45d6886b38e9035992ddafd54445
tree 3eb94d52692d7d035a0cbb81255b8ddde6f9c2fd tree | zip | gz
parent 8e56a3541e4d0780a59cec88c6e8770565224180 view | diff
Fix for issue 3613 (control panel : incorrect output messages when deleting subtree)

The difference on the method used to delete entries (with or without control) is not related to whether the delete is executed using the popup menu or the button. It is related to the number of entries below the entry that has been selected to be deleted. The threshold used currently is of 40 entries; since the common case is to delete subtrees, the threshold has been changed to 1. So when an entry is selected and contains entries below it, the control will be used systematically (instead of a recursive delete).
1 files modified
2 ■■■ changed files
opends/src/guitools/org/opends/guitools/controlpanel/task/DeleteEntryTask.java 2 ●●● diff | view | raw | blame | history