View Issue Details

IDProjectCategoryView StatusLast Update
0008307mantisbtroadmappublic2009-06-26 12:00
Reporterruslan Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionno change required 
Product Version1.1.0a4 
Summary0008307: Roadmap must have checkboxes and menu as VIEW ISUES page have
Description

Really.

I have Roadmap with 25 issues. 10 of them are not fixed yet.
I am on Roadmap page.

I want RESOLVE 4 issues at once and .... Oops I cannot do this from THIS page !?!

I need go to VIEW ISSUE page, where I will see a lots of other issues, break my eyes to find required 4 issues, then click 4 checkboxes and choose action in menu.

I want be able do this right on ROAD MAP page !!!

TagsNo tags attached.
Attached Files

Relationships

child of 0008306 new Ruslan's Vision: PUSH MANTIS to Project Maagment. 
child of 0009488 confirmed Improve and fix roadmap/changelog listings 

Activities

DGtlRift

DGtlRift

2007-11-06 14:29

reporter   ~0016102

What about having the each release link to the view issues page with an associated search filter? It's one extra navigation click, but it recycles the same interface.

deboutv

deboutv

2007-11-07 04:17

reporter   ~0016104

Last edited: 2007-11-07 04:17

Try this modification in the roadmap_page.php (in the print_version_header function) :


$t_release_title = string_display( $t_project_name ) . ' - ' . string_display( $t_version_name );
echo '<a href="view_all_set.php?type=1&temporary=y&project_id=' . $t_project_id . '&target_version=' . $t_version_name . '">', $t_release_title, '</a>
';

stevemac

stevemac

2008-03-10 23:35

reporter   ~0017309

Works well, this option should be rolled into the mainline code.

jreese

jreese

2008-11-14 13:42

reporter   ~0019896

Retargetting for 1.x.x as child of issue 0009488.

milliams

milliams

2009-03-31 08:42

reporter   ~0021337

This looks like it is resolved using the [ View Issues ] link on the roadmap page?

ruslan

ruslan

2009-04-26 12:43

reporter   ~0021679

Last edited: 2009-04-26 12:54

DGtlRift (developer),
well, this MAY work. Good idea.

Aha, it seems this is already implemented for 1.2a installed on MAntis site,
But them sorry it NOT works.

I go to RoadMap of Mantis.
Click on [View Issues] for 1.1.8
http://www.mantisbt.org/bugs/view_all_bug_page.php?filter=3255004

and what we see?
There is NO checkboxes that have normal VIEW ISSUES listing.
There is NO menu at bottom of issues.

Glitch? Boken? Bug? Not implemented yet?

So feature not working yet for me :-)

jreese

jreese

2009-04-27 09:00

reporter   ~0021692

I'm not sure why it doesn't work for you; I clicked on the link next to the roadmap entry, and it came up perfectly fine in the view issues page with all three issues listed in the roadmap...

Screenshot is attached.

ruslan

ruslan

2009-04-27 09:08

reporter   ~0021694

we have resolve this with Kirill,
I do not see checkboxes on YOUR own mantis, because I do not have permissions.

So problem solved.

issue can be closed IMHO

jreese

jreese

2009-04-27 09:40

reporter   ~0021698

Marking as resolved.