You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Donald Woods (JIRA)" <de...@geronimo.apache.org> on 2006/07/14 04:26:31 UTC

[jira] Assigned: (GERONIMO-1037) Clicking on "uninstall" link in Applications management pages deletes the configuration without any confirmation from user

     [ http://issues.apache.org/jira/browse/GERONIMO-1037?page=all ]

Donald Woods reassigned GERONIMO-1037:
--------------------------------------

    Assign To: Donald Woods

> 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
>     Security: public(Regular issues) 
>   Components: console
>     Versions: 1.0-M5
>     Reporter: Vamsavardhana Reddy
>     Assignee: Donald Woods
>     Priority: Trivial
>      Fix For: 1.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


Re: [jira] Assigned: (GERONIMO-1037) Clicking on "uninstall" link in Applications management pages deletes the configuration without any confirmation from user

Posted by Donald Woods <dr...@yahoo.com>.
I'm planning on testing and if needed providing updated patches against 
the 1.1 branch to help  get as many bugs fixed in 1.1.1 as we can....

-Donald


Matt Hogstrom wrote:
> Donald,
> 
> I've noticed that you are assigning a number of JIRAs to yourself.  Are 
> you intending to provide patches for them?  I'm confused as you are 
> assigning things to yourself and others are submitting patches.  Just 
> want to clarify what your intent is.  Its not specific to this JIRA, you 
> been quite a busy little JIRA bee lately which is excellent.
> 
> Thanks
> 
> Matt
> 
> Donald Woods (JIRA) wrote:
> 
>>      [ http://issues.apache.org/jira/browse/GERONIMO-1037?page=all ]
>>
>> Donald Woods reassigned GERONIMO-1037:
>> --------------------------------------
>>
>>     Assign To: Donald Woods
>>
>>> 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
>>>     Security: public(Regular issues)   Components: console
>>>     Versions: 1.0-M5
>>>     Reporter: Vamsavardhana Reddy
>>>     Assignee: Donald Woods
>>>     Priority: Trivial
>>>      Fix For: 1.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.
>>
>>
> 
> 

Re: [jira] Assigned: (GERONIMO-1037) Clicking on "uninstall" link in Applications management pages deletes the configuration without any confirmation from user

Posted by Matt Hogstrom <ma...@hogstrom.org>.
Donald,

I've noticed that you are assigning a number of JIRAs to yourself.  Are you intending to provide 
patches for them?  I'm confused as you are assigning things to yourself and others are submitting 
patches.  Just want to clarify what your intent is.  Its not specific to this JIRA, you been quite a 
busy little JIRA bee lately which is excellent.

Thanks

Matt

Donald Woods (JIRA) wrote:
>      [ http://issues.apache.org/jira/browse/GERONIMO-1037?page=all ]
> 
> Donald Woods reassigned GERONIMO-1037:
> --------------------------------------
> 
>     Assign To: Donald Woods
> 
>> 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
>>     Security: public(Regular issues) 
>>   Components: console
>>     Versions: 1.0-M5
>>     Reporter: Vamsavardhana Reddy
>>     Assignee: Donald Woods
>>     Priority: Trivial
>>      Fix For: 1.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.
>