[
https://issues.apache.org/jira/browse/GERONIMO-4095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joe Bohn updated GERONIMO-4095:
-------------------------------
Affects Version/s: (was: 2.1.2)
(was: 2.1.x)
(was: 2.2)
2.1.1
changed affected versions from 2.1.x, 2.1.2, and 2.2 to 2.1.1. I believe this
only affects 2.1.1 - it is actually resolved in the other versions that were
referenced.
> Run SQL portlet doesn't work in a non-English browser
> -----------------------------------------------------
>
> Key: GERONIMO-4095
> URL: https://issues.apache.org/jira/browse/GERONIMO-4095
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: console
> Affects Versions: 2.1.1
> Reporter: YunFeng Ma
> Assignee: Jarek Gawor
> Fix For: 2.1.2, 2.1.x, 2.2
>
> Attachments: GERONIMO-4095.patch
>
>
> Run SQL portlet has some codes like below and it makes different action
> (Create, Delete, Run SQL) according to the value of input "action", so it
> fails when it runs in a non-English browser.
> {noformat}
> <input type="submit" name="action" value='<fmt:message
> key="internaldb.common.create"/>' onClick="return
> <portlet:namespace/>validateForm1();">
> <input type="submit" name="action" value='<fmt:message
> key="internaldb.common.delete"/>'>
> {noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.