2010-11-16 23:41:29 |
Paulius Sladkevičius @ hbee |
bug |
|
|
added bug |
2010-11-16 23:41:29 |
Paulius Sladkevičius @ hbee |
attachment added |
|
sign.patch https://bugs.launchpad.net/bugs/676301/+attachment/1735774/+files/sign.patch |
|
2010-11-16 23:43:21 |
Paulius Sladkevičius @ hbee |
description |
If "Use Signature" in email template is checked and user without signature send email, it get error.
bin/addons/poweremail/poweremail_template.py", line 945, in _generate_mailbox_item_from_template
[2010-11-17 01:17:58,788][course3] ERROR:web-services:[55]: mailbox_values['pem_body_text'] += sign
[2010-11-17 01:17:58,788][course3] ERROR:web-services:[56]: TypeError: coercing to Unicode: need string or buffer, bool found
I hope this simple patch fix this problem. |
If "Use Signature" in email template is checked and user without signature send email, he/shee get error.
bin/addons/poweremail/poweremail_template.py", line 945, in _generate_mailbox_item_from_template
[2010-11-17 01:17:58,788][course3] ERROR:web-services:[55]: mailbox_values['pem_body_text'] += sign
[2010-11-17 01:17:58,788][course3] ERROR:web-services:[56]: TypeError: coercing to Unicode: need string or buffer, bool found
I hope this simple patch fix this problem.
|
|
2010-11-16 23:43:32 |
Paulius Sladkevičius @ hbee |
description |
If "Use Signature" in email template is checked and user without signature send email, he/shee get error.
bin/addons/poweremail/poweremail_template.py", line 945, in _generate_mailbox_item_from_template
[2010-11-17 01:17:58,788][course3] ERROR:web-services:[55]: mailbox_values['pem_body_text'] += sign
[2010-11-17 01:17:58,788][course3] ERROR:web-services:[56]: TypeError: coercing to Unicode: need string or buffer, bool found
I hope this simple patch fix this problem.
|
If "Use Signature" in email template is checked and user without signature send email, he/she get error.
bin/addons/poweremail/poweremail_template.py", line 945, in _generate_mailbox_item_from_template
[2010-11-17 01:17:58,788][course3] ERROR:web-services:[55]: mailbox_values['pem_body_text'] += sign
[2010-11-17 01:17:58,788][course3] ERROR:web-services:[56]: TypeError: coercing to Unicode: need string or buffer, bool found
I hope this simple patch fix this problem.
|
|