View Issue Details

IDProjectCategoryView StatusLast Update
0004086mantisbtbugtrackerpublic2004-07-18 11:32
Reporternuclearspike Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Versiongit trunk 
Summary0004086: If version number has space, cannot click Edit link
Description

I had setup a version of 4.0.4.4 and everything was fine. When I changed it to be "4.0.4.4 DEV", after it updated, I couldn't click the Edit link on the page to manage the project. The link was missing the version_id. I could copy the shortcut of the link and add the id and it would edit.

Additional Information

Thanks for implementing this feature!

TagsNo tags attached.

Activities

vboctor

vboctor

2004-07-14 17:13

manager   ~0006048

The fix is to remove the following two lines from the versions block in the manage_proj_edit_page.php

$t_name = urlencode( $t_name );
$t_date_order = urlencode( $t_date_order );

Fixed in CVS.

Related Changesets

MantisBT: master baf903f7

2004-07-14 18:16

vboctor


Details Diff
Fix 0004086: If version number has space, cannot click Edit link

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2695 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0004086
mod - manage_proj_edit_page.php Diff File