Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: Grails-FilterPane 2.0
-
Fix Version/s: None
-
Labels:
-
Environment:Grails2.0.0
FilterPane Plugin 2.0.1.1
Description
I put all filterPane's tag on my gsp, when I click the filter button, the "Descending" radio can't use i18n.
and then, if my domain-class is Account, and it like this:
class Account
I put this in my properties:
account.name.label=Account
I think the "name" can't use i18n, it show "Name" on my webbrowser.
It is basically a typo in
filterpane-2.0.1.1/grails-app/views/filterpane/_filterpaneSort.gsp
in line 25 it states:
So it got a small "p" in filterpane while it should be a capital "P"
instead of
you can workaround it by setting the value for the "wrong" message.key: fp.tag.filterpane.sort.descending
Slightly Off-topic:
Are there any plans to host the filterpane sources on git(hub) ?
In that way devs could help to improve the plugin with there pull requests.