This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix load all by Faris in tree master (
#4543
)
version-14
Umair Sayed
7 years ago
committed by
Rushabh Mehta
parent
91a87da6fb
commit
e4eddb03d4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/public/js/frappe/ui/tree.js
+ 1
- 1
frappe/public/js/frappe/ui/tree.js
View File
@@ -216,7 +216,7 @@ frappe.ui.TreeNode = Class.extend({
this.load();
},
reload_parent: function() {
this.parent_node.load_all();
this.parent_node
&& this.parent_node
.load_all();
},
load_all: function(callback) {
var me = this;
Write
Preview
Loading…
Cancel
Save