fixes in website generator
This commit is contained in:
parent
88008f813a
commit
b797ef1bab
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ class WebsiteGenerator(Document):
|
|||
|
||||
if old_routes:
|
||||
for old_route in old_routes:
|
||||
clear_cache(old_route)
|
||||
clear_cache(make_route(old_route))
|
||||
|
||||
frappe.db.sql("""update `tab{0}` set
|
||||
parent_website_route = replace(parent_website_route, %s, %s),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue