Add column for "last modified by" in view_all

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
myicq
Posts: 5
Joined: 28 Jun 2012, 12:24

Add column for "last modified by" in view_all

Post 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 ?
atrol
Site Admin
Posts: 8553
Joined: 26 Mar 2008, 21:37
Location: Germany

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

Post by atrol »

You would have to search the bug_history_table for this information.
Please use Search before posting and read the Manual
cas
Posts: 1768
Joined: 11 Mar 2006, 16:08
Contact:

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

Post 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
Post Reply