Search found 2 matches

by Léo
12 Apr 2005, 10:37
Forum: Help
Topic: sorting custom fields for view_all_bug_ page
Replies: 3
Views: 7529

You must modify the filter_get_bug_rows function by adding, the custom field.
Two solutions:
- You add only one custom field so you can make a join on the mantis_custom_field_string_table with an order by.
- You add many custom fields so you can create a new query and use the array functions ...
by Léo
12 Apr 2005, 10:25
Forum: Help
Topic: File access error
Replies: 1
Views: 5553

File access error

Hi'
I'm a french developper.
I've got problems to open some files with HTTPS protocol and files stored on DISK. I've a browser error message (DNS ou Server Error).

The filename is OK and even if I modify the filename and add the modified file, I can't open this new file.

If someone got an idea?