Page 1 of 1
batch processing
Posted: 30 Jan 2007, 22:47
by webwesen
on a view_all_bug_page.php page there is on option to select a few of the bugs and apply a batch action: "move", "assign" "update status" etc.
how do I add an "update fixed-in version" to this list?
what files need to be changed?
thanks
Posted: 30 Jan 2007, 23:00
by webwesen
I just found this topic:
http://www.mantisbt.org/forums/viewtopi ... up+actions
and Victor is mentioning that "Update Fixed-In version" is already in the drop-down list... Not in my case...
I am using 1.0.1.
Was it added later?
Any suggestions?
Posted: 31 Jan 2007, 00:32
by ed
Have you created versions for the project via the Manage Project page?
Posted: 31 Jan 2007, 17:32
by webwesen
yes
Posted: 01 Feb 2007, 03:44
by ed
Hmmm ... not too sure.
I know I only see that option if the project I select (from the top right hand corner) has versions. If I select all projects, that option doesn't appear. I assume as some of my projects don't have versions.
Posted: 01 Feb 2007, 16:56
by webwesen
it is my turn to say "hmmmm..."
I am looking at CVS repo and see:
Log of /mantisbt/bug_actiongroup.php:
Fixed #7662: Support ability to set fixed in version for multiple issues.
this change went in on Sat Dec 16 20:12:55 2006 UTC (6 weeks, 4 days ago) by vboctor
so I wonder *what* exactly do you see? or are you using the cutting edge CVS version?
thanks!
Posted: 02 Feb 2007, 04:51
by ed
I am using a CVS version of 1.1.0a2, as 'Update Target Version' is only in CVS.
I thought 'Update Fixed in Version' has been around for a while. 0003945 in the changelog for verison 0.19.0rc1
Posted: 02 Feb 2007, 16:47
by webwesen
thanks for your help - I will patch relevant files