Merge branch 'handlerupdate' of github.com:webnotes/erpnext into handlerupdate
This commit is contained in:
commit
39ad7ec807
@ -73,7 +73,7 @@ $.extend(cur_frm.cscript, {
|
|||||||
cur_frm.fields_dict['Thread HTML'].wrapper.innerHTML = '';
|
cur_frm.fields_dict['Thread HTML'].wrapper.innerHTML = '';
|
||||||
|
|
||||||
// render first message
|
// render first message
|
||||||
new EmailMessage(cur_frm.fields_dict['Thread HTML'].wrapper, {
|
new EmailMessage($a(cur_frm.fields_dict['Thread HTML'].wrapper, 'div'), {
|
||||||
from_email: doc.raised_by,
|
from_email: doc.raised_by,
|
||||||
creation: doc.creation,
|
creation: doc.creation,
|
||||||
mail: doc.description,
|
mail: doc.description,
|
||||||
@ -82,7 +82,7 @@ $.extend(cur_frm.cscript, {
|
|||||||
|
|
||||||
// render thread
|
// render thread
|
||||||
cs.thread_list = new wn.ui.Listing({
|
cs.thread_list = new wn.ui.Listing({
|
||||||
parent: cur_frm.fields_dict['Thread HTML'].wrapper,
|
parent: $a(cur_frm.fields_dict['Thread HTML'].wrapper, 'div'),
|
||||||
no_result_message: 'No responses yet',
|
no_result_message: 'No responses yet',
|
||||||
get_query: function() {
|
get_query: function() {
|
||||||
return 'select mail, from_email, creation, content_type '+
|
return 'select mail, from_email, creation, content_type '+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user