View Issue Details

IDProjectCategoryView StatusLast Update
0011919mantisbtadministrationpublic2011-08-02 12:35
Reporterwatergad Assigned Todhx  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Target Version1.2.3Fixed in Version1.2.3 
Summary0011919: Users copy from one project to another doesn't work
Description

Manage project page,
<!-- Copy Users Form --> block
Doesn't work. Page reloaded, no users assigned.

Current 1.3dev is affected.

Tagspatch

Activities

watergad

watergad

2010-05-11 18:03

reporter   ~0025479

Patch:

There's a mistake in the manage_proj_user_copy.php - you have to replace "." with ",":

--- project_copy_users( $t_dst_project_id, $t_src_project_id. access_get_project_level( $t_dst_project_id ) );
+++ project_copy_users( $t_dst_project_id, $t_src_project_id, access_get_project_level( $t_dst_project_id ) );

atrol

atrol

2010-05-12 02:29

developer   ~0025481

1.2.1 is also affected caused by backport of 0011530

dhx

dhx

2010-08-10 09:02

reporter   ~0026263

Thanks for the report and patch watergad! I've committed the change ready for the next release.

Apologies for the delay, I didn't see this issue until now.

ibantxo28

ibantxo28

2010-10-13 07:11

reporter   ~0027018

It worked for me.
Many Thanks

Related Changesets

MantisBT: master 3c6e93b6

2010-08-10 08:59

dhx


Details Diff
Fix 0011919: Typo prevents copying of users between projects

A typo introduced with the patch for issue 0011530 prevented the copy
users from project A to project B feature from working.

Thanks to watergad for this patch.
Affected Issues
0011530, 0011919
mod - manage_proj_user_copy.php Diff File

MantisBT: master-1.2.x c6a1dd35

2010-08-10 08:59

dhx


Details Diff
Fix 0011919: Typo prevents copying of users between projects

A typo introduced with the patch for issue 0011530 prevented the copy
users from project A to project B feature from working.

Thanks to watergad for this patch.
Affected Issues
0011530, 0011919
mod - manage_proj_user_copy.php Diff File