Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 81275 invoked from network); 26 Oct 2009 10:53:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Oct 2009 10:53:33 -0000 Received: (qmail 6292 invoked by uid 500); 26 Oct 2009 10:53:25 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 6036 invoked by uid 500); 26 Oct 2009 10:53:24 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 5819 invoked by uid 99); 26 Oct 2009 10:53:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Oct 2009 10:53:23 +0000 X-ASF-Spam-Status: No, hits=-1999.6 required=10.0 tests=ALL_TRUSTED,SUBJECT_FUZZY_TION X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Oct 2009 10:53:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C523B234C052 for ; Mon, 26 Oct 2009 03:52:59 -0700 (PDT) Message-ID: <1609838181.1256554379806.JavaMail.jira@brutus> Date: Mon, 26 Oct 2009 10:52:59 +0000 (UTC) From: "Stefan Seelmann (JIRA)" To: dev@directory.apache.org Subject: [jira] Reopened: (DIRSTUDIO-574) Add 'Cancel' button to "Select copy strategy" (was Abort of copy/paste not possible) In-Reply-To: <1773020755.1256312339428.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DIRSTUDIO-574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Seelmann reopened DIRSTUDIO-574: --------------------------------------- Now EntryExistsCopyStrategy.BREAK is also used when selecting another strategy and pressing the OK button, because the close() method is called whenever the dialogs is closed. I'd suggest to remove the close() method and set EntryExistsCopyStrategy.BREAK as default in the constructor. In that case the cancelPressed() method is also not necessary. > Add 'Cancel' button to "Select copy strategy" (was Abort of copy/paste not possible) > ------------------------------------------------------------------------------------- > > Key: DIRSTUDIO-574 > URL: https://issues.apache.org/jira/browse/DIRSTUDIO-574 > Project: Directory Studio > Issue Type: Improvement > Components: studio-ldapbrowser > Environment: All > Reporter: Felix Knecht > Assignee: Felix Knecht > Priority: Minor > Fix For: 1.5.0 > > Attachments: patch_cancel_close.txt > > > It's not possible to cancel to process once you selected once you selected 'Paste Entry'. It produces an error. > Reproduce: > - Open the LDAP Browser view > - Select an entry (Copy Entry / DN) > - Try to paste it to the parent of the selected entry > You get the "Select copy strategy" box, which contains only an "OK" button. Even when I try to close the box I get an error box, saying that the entry already exists (LDAP: error code 68) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.