[FIX] Wall: css fix in composer.

bzr revid: tde@openerp.com-20120821150622-2h13mgtwk3h0uh3g
This commit is contained in:
Thibault Delavallée 2012-08-21 17:06:22 +02:00
parent b919782ad9
commit 392ac848b9
2 changed files with 4 additions and 2 deletions

View File

@ -26,7 +26,7 @@
/* Specific display of threads in the wall */
/* ------------------------------------------------------------ */
.openerp ul.oe_mail_wall_threads .oe_mail_msg_content textarea {
.openerp ul.oe_mail_wall_threads .oe_mail_msg_content textarea.oe_mail_compose_textarea {
width: 434px;
height: 30px;
padding: 4px;

View File

@ -413,7 +413,8 @@ openerp.mail = function(session) {
* in the composition form. */
do_action: function(action, on_close) {
console.log('thread do_action');
this.init_comments();
this.message_clean();
this.message_fetch();
if (this.compose_message_widget) {
this.compose_message_widget.reinit(); }
return this._super(action, on_close);
@ -709,6 +710,7 @@ openerp.mail = function(session) {
* in the composition form. */
//TDE: still useful ? TO CHECK
do_action: function(action, on_close) {
console.log('wall do_action');
if (this.compose_message_widget) {
this.compose_message_widget.reinit(); }
this.message_clean();