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!