[minor] ignore feed during app install
This commit is contained in:
parent
3e58c29904
commit
86cf971d93
2 changed files with 3 additions and 2 deletions
|
|
@ -55,7 +55,8 @@ def update_feed(doc, method=None):
|
|||
"adds a new feed"
|
||||
if doc.doctype == "Feed":
|
||||
return
|
||||
if frappe.flags.in_patch:
|
||||
|
||||
if frappe.flags.in_patch or frappe.flags.in_install_app:
|
||||
return
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"public/js/frappe/misc/pretty_date.js",
|
||||
"public/js/lib/moment/moment.min.js",
|
||||
"public/js/lib/highlight.pack.js",
|
||||
"website/js/website.js",
|
||||
"website/js/website.js"
|
||||
],
|
||||
"js/canvasResize.min.js": [
|
||||
"website/js/jquery.exif.js",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue