View Issue Details

IDProjectCategoryView StatusLast Update
0007496mantisbtlocalizationpublic2009-06-23 15:26
Reportertomotomo Assigned To 
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Product Version1.1.8 
Target Version1.2.0rc1Fixed in Version1.2.0rc1 
Summary0007496: Cannot sort on custom field containing non-ASCII characters
Description

It is not possible to sort by custom field name ,When Japanese is included in the custom field name.( ex custom_JAPANESE)

Because URL is not encoding.
When use the custom field name for URL, conversion "rawurlencode"
I think that I should correct it as follows.

print_api.php function print_view_bug_sort_link Line1138
echo '<a href="view_all_set.php?sort='.rawurlencode($p_sort_field).'&dir='.$p_dir.'&type=2">'.$p_string.'</a>';

====
Sorry poor English..

TagsNo tags attached.

Activities

siebrand

siebrand

2009-06-17 19:06

developer   ~0022185

Updated synopsis.

Fixed in git trunk. Thanks for the report. Now we only need to be able to actually add the cutom field to search result columns, because that is horribly broken at the moment.