Page 1 of 1

Add column for "last modified by" in view_all

Posted: 23 Jan 2013, 11:44
by myicq
I have received a request from management to have added a column in Mantis view_all_bug_page.php to show who (which Mantis user) last modified a subject.
Preferably after "updated" column.

I tried to browse the PHP code, but don't really seem to find it.

Any hints on how this can be done ?

Re: Add column for "last modified by" in view_all

Posted: 25 Jan 2013, 08:05
by atrol
You would have to search the bug_history_table for this information.

Re: Add column for "last modified by" in view_all

Posted: 25 Jan 2013, 13:27
by cas
Perhaps a workaround for this, is to define a custom field with dynamic values. This filed can then be added to the view-all page.
Check out this article:
http://www.mantisbt.org/docs/master-1.2 ... omize.html