View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011919 | mantisbt | administration | public | 2010-05-11 18:01 | 2011-08-02 12:35 |
| Reporter | watergad | Assigned To | dhx | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Target Version | 1.2.3 | Fixed in Version | 1.2.3 | ||
| Summary | 0011919: Users copy from one project to another doesn't work | ||||
| Description | Manage project page, Current 1.3dev is affected. | ||||
| Tags | patch | ||||
|
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 ) ); |
|
|
1.2.1 is also affected caused by backport of 0011530 |
|
|
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. |
|
|
It worked for me. |
|
|
MantisBT: master 3c6e93b6 2010-08-10 08:59 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 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 | ||