batch processing

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
webwesen
Posts: 27
Joined: 09 Aug 2005, 20:44

batch processing

Post 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
webwesen
Posts: 27
Joined: 09 Aug 2005, 20:44

Post 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?
ed
Posts: 143
Joined: 14 Feb 2005, 02:04
Location: Sydney, Australia

Post by ed »

Have you created versions for the project via the Manage Project page?
webwesen
Posts: 27
Joined: 09 Aug 2005, 20:44

Post by webwesen »

yes
ed
Posts: 143
Joined: 14 Feb 2005, 02:04
Location: Sydney, Australia

Post 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.
webwesen
Posts: 27
Joined: 09 Aug 2005, 20:44

Post 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!
ed
Posts: 143
Joined: 14 Feb 2005, 02:04
Location: Sydney, Australia

Post 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
webwesen
Posts: 27
Joined: 09 Aug 2005, 20:44

Post by webwesen »

thanks for your help - I will patch relevant files
Post Reply