View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0001648 | v3.4 Release (Current) | [All Projects] Tasks | public | 2015-03-14 07:04 | 2019-01-03 12:53 | ||||
Reporter | gsapu | ||||||||
Assigned To | opto | ||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | closed | Resolution | fixed | ||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0001648: Assigned users not shown | ||||||||
Description | Some users are assigned to a task. Under 'view', nothing is shown, except one line per user ending with 100%. | ||||||||
Additional Information | probable error in style/_common/tasks/view.php lines 208-217 | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
![]() |
|
caseydk (administrator) 2015-04-10 22:48 |
Most likely the User's Contact record is incomplete. Can you check out the Contact record and see if the Display Name has a value? In the meantime, I've tweaked the display to use their email address if it's not set: https://github.com/web2project/web2project/commit/2109ef8c4c0c3561817d9840ceace21a78105c77 |
gsapu (reporter) 2015-05-21 01:33 |
Sorry for delay and bugging again, problem seems to be that "$row['user_email']" is not defined. In fact, in the array "row" there is no 'user_email' nor 'contact_email'. Instead, there are 17 columns, which do include "contact_display_name". |
Themoulos (reporter) 2015-07-11 13:11 |
A quick and dirty workaround: Edit the "w2p_email" function? It is defined in ....\web2project\includes\main_functions.php The complete function follows: =============================================== function w2p_email($email, $name = '') { $result = ''; if ($email != '') { $name = ('' != $name) ? $name : $email; $result = '' . $email . ''; } else { $result = $name.' (no email)'; // This is what Themoulos added } return $result; } ====================================================== I hope it helps you to bypass the problem (not solve it, though). Expecting a better solution... |
opto (manager) 2016-04-25 13:01 |
see https://github.com/web2project/web2project/pull/295/commits/6d50c963c167cd25d92963f159402b94d40c0468 for fix |
Themoulos (reporter) 2016-04-25 21:33 |
This (among others) has been solved in the forum (http://support.web2project.net/questions/1994/assigned-users-not-showing-on-task-view.html ), but the solution has not been updated here. My omittion - Sorry! |
caseydk (administrator) 2016-12-28 00:19 |
Changed these from closed to resolved. As a practice, it's resolved once it's in the repository but not closed until it's merged onto master. |
caseydk (administrator) 2019-01-03 12:53 |
In the 31 Dec 2018 release: http://docs.web2project.net/release-notes/3.4.html |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2015-03-14 07:04 | gsapu | New Issue | |
2015-04-10 22:48 | caseydk | Note Added: 0003747 | |
2015-04-10 22:48 | caseydk | Status | new => resolved |
2015-04-10 22:48 | caseydk | Fixed in Version | => 3.3 |
2015-04-10 22:48 | caseydk | Resolution | open => fixed |
2015-04-10 22:48 | caseydk | Assigned To | => caseydk |
2015-05-21 01:33 | gsapu | Note Added: 0003749 | |
2015-05-21 01:33 | gsapu | Status | resolved => feedback |
2015-05-21 01:33 | gsapu | Resolution | fixed => reopened |
2015-07-11 13:11 | Themoulos | Note Added: 0003751 | |
2016-04-25 13:01 | opto | Note Added: 0003770 | |
2016-04-25 21:33 | Themoulos | Note Added: 0003771 | |
2016-04-27 23:36 | opto | Status | feedback => closed |
2016-04-27 23:36 | opto | Assigned To | caseydk => opto |
2016-04-27 23:36 | opto | Resolution | reopened => fixed |
2016-04-30 22:42 | opto | Project | v3.3 Release => v3.4 Release (Current) |
2016-04-30 22:42 | opto | Category | Tasks => General |
2016-12-27 23:32 | caseydk | Category | General => Tasks |
2016-12-28 00:19 | caseydk | Status | closed => resolved |
2016-12-28 00:19 | caseydk | Note Added: 0003808 | |
2019-01-03 12:53 | caseydk | Note Added: 0003932 | |
2019-01-03 12:53 | caseydk | Status | resolved => closed |