Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 5156 invoked from network); 12 Dec 2005 01:27:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Dec 2005 01:27:34 -0000 Received: (qmail 81609 invoked by uid 500); 12 Dec 2005 01:27:30 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 81553 invoked by uid 500); 12 Dec 2005 01:27:29 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 81542 invoked by uid 99); 12 Dec 2005 01:27:29 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Dec 2005 17:27:29 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 951371BB for ; Mon, 12 Dec 2005 02:27:08 +0100 (CET) Message-ID: <882530834.1134350828570.JavaMail.jira@ajax.apache.org> Date: Mon, 12 Dec 2005 02:27:08 +0100 (CET) From: "Aaron Mulder (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-1037) Clicking on "uninstall" link in Applications management pages deletes the configuration without any confirmation from user In-Reply-To: <938090012.1128421008449.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/GERONIMO-1037?page=all ] Aaron Mulder updated GERONIMO-1037: ----------------------------------- Fix Version: 1.1 (was: 1.0) > Clicking on "uninstall" link in Applications management pages deletes the configuration without any confirmation from user > -------------------------------------------------------------------------------------------------------------------------- > > Key: GERONIMO-1037 > URL: http://issues.apache.org/jira/browse/GERONIMO-1037 > Project: Geronimo > Type: Improvement > Components: console > Versions: 1.0-M5 > Reporter: Vamsavardhana Reddy > Assignee: Aaron Mulder > Priority: Trivial > Fix For: 1.1 > Attachments: fix.txt, jmsserver.patch, normal.jsp > > Clicking on uninstall link in Applications Management pages deletes the configuration without giving a second chance to the user to confirm or cancel the uninstall operation. Asking for user confirmation will definitely prevent accidental uninstallation of wrong configuration. This can be achieved by handling the onClick event of the corresponding link. > File to be updated: > applications/console-standard/src/webapp/WEB-INF/view/configmanager/normal.jsp > Add onClick="return confirm('Are you sure you want to uninstall ${configInfo.configID}?');" to the the link conrresponsding to "Uninstall" operation. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira