Search found 1 match

by shiroamada
16 Oct 2012, 04:49
Forum: Customizations
Topic: How to sort issues by 3 fields in View Issues Page - Urgent
Replies: 6
Views: 15498

Re: How to sort issues by 3 fields in View Issues Page - Urg

core/filter_api.php Change < 2 to < 3, got 2 places to make the changes. $t_sort_fields = explode( ',', $t_filter[FILTER_PROPERTY_SORT_FIELD_NAME] ); $t_dir_fields = explode( ',', $t_filter[FILTER_PROPERTY_SORT_DIRECTION] ); for( $i = 0;$i < 3;$i++ ) { Look for this function print_filter_show_sort()...