View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0001271 | v3.0 Release | [All Projects] General | public | 2013-03-04 03:45 | 2013-08-28 11:17 | ||||
Reporter | carlosazevedo | ||||||||
Assigned To | caseydk | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Product Version | |||||||||
Target Version | Fixed in Version | 3.0.0 | |||||||
Summary | 0001271: FIX: When creating a new task the assigned user list is initialized with the current user but its name is not shown | ||||||||
Description | The fix is: $assigned = array(); foreach ($assignedUsers as $user_id => $data) { - $displayName = ''; + $displayName = $data['contact_name']; if (isset($data['contact_display_name'])) { $displayName = $data['contact_display_name']; | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
![]() |
|
caseydk (administrator) 2013-03-04 20:27 |
Resolved as described: https://github.com/web2project/web2project/commit/b27a3f2a70bf317eb72c87486a2b93dc108a217e |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2013-03-04 03:45 | carlosazevedo | New Issue | |
2013-03-04 20:27 | caseydk | Note Added: 0002834 | |
2013-03-04 20:27 | caseydk | Status | new => resolved |
2013-03-04 20:27 | caseydk | Resolution | open => fixed |
2013-03-04 20:27 | caseydk | Assigned To | => caseydk |
2013-08-28 11:14 | caseydk | Fixed in Version | => 3.0.0 |
2013-08-28 11:17 | caseydk | Status | resolved => closed |