wbTeamPro Feature Request & Bug Tracker
wbTeamPro and wbTimeLog are actively being developed and supported.

We are working to update our tracker, changelogs, and documentation to convey this appropriately.
Thank you for your patience as we manage this period of growth.

View Issue Details Jump to Notes ]
1 Vote
 ]
Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010228wbTeamPro[All Projects] Bugspublic2017-01-30 09:312015-01-25 00:00
ReporterMaxOnTheHill 
Assigned Towebuddha 
PriorityhighSeverityminorReproducibilityalways
StatusResolvedResolutionfixed 
PlatformOSOS Version
Product Versionv3.0.11 
Target VersionApplied to Versionv3.0.12 
Summary0010228: Can't PROPERLY add client contact to Project Summary
DescriptionHi David,
I applied the "pre-release" fixed files and still not quite there I think.
It has gotten rid of the errors; however, the contact email address is still displaying as the main account holder email address - not the email address of the contact...so email notifications would still be wrong.
Thanks for the update and your work.
Max
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0010033)
webuddha (administrator)
2013-04-19 10:55

For some reason the MySQL evaluation "IF(contact.email, contact.email, client.email)" was always resulting in the use of "client.email". The query has been modified to evaluate specifically the length of the contact.email, using the new query "IF(CHAR_LENGTH(contact.email)>0, contact.email, client.email)". The same modification has been made for the contact formats that display a company name.

- Issue History
Date Modified Username Field Change
2013-04-18 23:26 MaxOnTheHill New Issue
2013-04-18 23:26 MaxOnTheHill
2013-04-19 10:55 webuddha Note Added: 0010033
2013-04-19 10:55 webuddha Status New => Resolved
2013-04-19 10:55 webuddha Applied to Version => v3.0.12
2013-04-19 10:55 webuddha Resolution open => fixed
2013-04-19 10:55 webuddha Assigned To => webuddha



Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker