Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
3583 Lượt xem

I want to change the behavior of the mail module slightly. I want to always open the full email composer and never the small preview composer that works inline.

"Reply" and "Send a message" open normaly tha small inline composer.

Is that easily achivable?

Version 8.

The reason for this change is, that in the small composer the situation with followers and recipients is not clearly visible to users.

Ảnh đại diện
Huỷ bỏ
Tác giả

Should be somewhere in mail.js:

/* Call the on_compose_message on the thread of this message. */

on_message_reply:function (event) {

event.stopPropagation();

this.create_thread();

this.thread.on_compose_message(event);

return false;

},

Tác giả

this.thread.ds_thread.call("oe_full", {context: this.context}).then(function(action){

self.do_action(action);

Was me trying - but my js is to bad.

Bài viết liên quan Trả lời Lượt xem Hoạt động
11
thg 4 23
34396
0
thg 3 15
3011
0
thg 2 19
3269
5
thg 11 15
8075
0
thg 9 15
3675