Search found 2 matches

by bgi
19 Nov 2012, 10:00
Forum: Customizations
Topic: Displaying last note on view_all_bugs_page.php
Replies: 10
Views: 24581

Re: Displaying last note on view_all_bugs_page.php

I resolve this issue by myself. The solution includes modifing core Mantis files (filter_api.php) and some other minor changes in order to work with SQL Server 2008. Brief description:

I had to change file "filter_api.php":
- function "filter_get_bug_rows", where I added SQL CASE statement to ...
by bgi
15 Nov 2012, 12:52
Forum: Customizations
Topic: Displaying last note on view_all_bugs_page.php
Replies: 10
Views: 24581

Re: Displaying last note on view_all_bugs_page.php

I resolve this issue by myself. The solution includes modifing core Mantis files (filter_api.php) and some other minor changes in order to work with SQL Server 2008. Brief description:

I had to change file "filter_api.php":
- function "filter_get_bug_rows", where I added SQL CASE statement to ...