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
[MIN] Fix List Renderer (
#4652
)
* fixed multiple dialog render * minor fix list renderer
version-14
Achilles Rasquinha
7 years ago
committed by
Nabin Hait
parent
50d7caedbb
commit
41d2f92cfb
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
frappe/public/js/frappe/list/list_renderer.js
+ 2
- 1
frappe/public/js/frappe/list/list_renderer.js
View File
@@ -325,7 +325,8 @@ frappe.views.ListRenderer = Class.extend({
}
var link = $(this).parent().find('a.list-id').get(0);
window.location.href = link.href;
if ( link && link.href )
window.location.href = link.href;
return false;
});
},
Write
Preview
Loading…
Cancel
Save