mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-17 18:45:20 +00:00
new listing and changed wn.widgets.listing to wn.ui.listing
This commit is contained in:
@@ -81,7 +81,7 @@ $.extend(cur_frm.cscript, {
|
||||
}, null, -1)
|
||||
|
||||
// render thread
|
||||
cs.thread_list = new wn.widgets.Listing({
|
||||
cs.thread_list = new wn.ui.Listing({
|
||||
parent: cur_frm.fields_dict['Thread HTML'].wrapper,
|
||||
no_result_message: 'No responses yet',
|
||||
get_query: function() {
|
||||
|
||||
Reference in New Issue
Block a user