Search found 2 matches

by savo
28 Mar 2017, 08:17
Forum: General Discussion
Topic: Documentation updates on PHP Cross Reference
Replies: 1
Views: 2742

Documentation updates on PHP Cross Reference

Hi to all,
I'm new on this forum and on MantisBT in general, but I'm working hard to use and understand your fantastic system in depth.

I found this link with a usefull documentation about Mantis BT "Variables - Functions - Classes - Constants", but it is updated only to version 1.2.17

Is there ...
by savo
27 Mar 2017, 16:47
Forum: Help
Topic: Add "Total time for issue" to Available Columns
Replies: 6
Views: 10816

Re: Add "Total time for issue" to Available Columns

Hi, I'm trying to make your suggestions, but I have a problem about your point 4:
4. Changed the table parameter to view (3x): core/filter_api.php
$t_bug_table = db_get_table( 'mantis_bug_table_view' );


I didn't understand where I have to insert and use the variable $t_bug_table on file core ...