cms patch
This commit is contained in:
parent
e45042e011
commit
cb1f1d81aa
@ -1,9 +1,7 @@
|
|||||||
import webnotes
|
import webnotes
|
||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
from webnotes.model.doclist import DocList
|
from webnotes.model.code import get_obj
|
||||||
import os
|
|
||||||
|
# rewrite pages
|
||||||
for name in webnotes.conn.sql("""select name from `tabWeb Page` where docstatus=0"""):
|
get_obj('Website Settings').rewrite_pages()
|
||||||
print name
|
|
||||||
DocList('Web Page', name[0]).save()
|
|
Loading…
x
Reference in New Issue
Block a user