[fix] linked_with now using list view rendering (#2233)
This commit is contained in:
parent
2a3f929e35
commit
ea7982d1f8
1 changed files with 1 additions and 0 deletions
|
|
@ -136,6 +136,7 @@ frappe.ui.form.LinkedWith = Class.extend({
|
|||
|
||||
var listview = frappe.views.get_listview(doctype, me);
|
||||
listview.no_delete = true;
|
||||
me.current_view = "List"
|
||||
|
||||
var wrapper = $('<div class="panel panel-default"><div>').appendTo(parent);
|
||||
$('<div class="panel-heading">').html(__(doctype).bold()).appendTo(wrapper);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue