Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 27466 invoked from network); 11 Jan 2006 22:58:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jan 2006 22:58:49 -0000 Received: (qmail 46461 invoked by uid 500); 11 Jan 2006 22:58:44 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 46411 invoked by uid 500); 11 Jan 2006 22:58:44 -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 46400 invoked by uid 99); 11 Jan 2006 22:58:44 -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; Wed, 11 Jan 2006 14:58:41 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 3C29F18E for ; Wed, 11 Jan 2006 23:58:20 +0100 (CET) Message-ID: <904695340.1137020300224.JavaMail.jira@ajax.apache.org> Date: Wed, 11 Jan 2006 23:58:20 +0100 (CET) From: "Donald Woods (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 ] Donald Woods updated GERONIMO-1037: ----------------------------------- Fix Version: 1.0.1 (was: 1.1) > 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.0.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