Comment 1 for bug 939415

Revision history for this message
Serpent Consulting Services (serpent-consulting-services) wrote : Re: SMTClient : Read() method does not set **** to all Passwords and assumed ids as list

Thanks to Nightfury for Reporting an Bipin for the fix.

Some notes:
There were 2 errors.

1. Read() always assumed the ids to be a list, but it fails when audittrail module reads the logs by ids in integer format.
2. The o[0] was setting ******** only for the very first read record due to 0th index.

The merge proposed by Bipin fixes both the issues.

As a part of the community, I am mergin the request to extra-addons/6.0.

Thanks.