Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.5
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 May 2009 at 21:27 UTC
Updated:
9 Jul 2009 at 22:00 UTC
The field description for the "Case in path" field in the Taxonomy: Term argument settings is currently:
When printing url paths, how to transform the of the argument. Do not use this unless with Postgres as it uses case sensitive comparisons.
it should be:
When printing url paths, how to transform the case of the argument. Do not use this unless with Postgres as it uses case sensitive comparisons.
Patch is attached.
| Comment | File | Size | Author |
|---|---|---|---|
| missing_case_word.patch | 1.05 KB | wonder95 |
Comments
Comment #1
dawehnermakes sense.
patch applies nice.
@wonder95 If you have a patch, you should set the Status to "needs review" so other people know there is a patch
Comment #2
wonder95 commentedOops, sorry. Forgot to do it on this one.
Comment #3
merlinofchaos commentedCommited to 2.x and 3.x branches. Thanks!