Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Grails-FilterPane 2.0
-
Fix Version/s: Grails-FilterPane 2.1.5
-
Labels:None
Description
In the file _filterpaneSort.gsp Line 25:
<g:message code="fp.tag.filterpane.sort.descending" default="Descending" />
Should be:
<g:message code="fp.tag.filterPane.sort.descending" default="Descending" />
The message code should have a capital P in filterPane, otherwise the message does not work correctly.
I added a pull request for this on the github:
https://github.com/skrenek/grails-filterpane/pull/2