profile settings fix
This commit is contained in:
parent
ffecc715fe
commit
7a6211d67c
@ -1,7 +1,7 @@
|
|||||||
# REMEMBER to update this
|
# REMEMBER to update this
|
||||||
# ========================
|
# ========================
|
||||||
|
|
||||||
last_patch = 315
|
last_patch = 316
|
||||||
|
|
||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
|
|
||||||
@ -1271,3 +1271,5 @@ def execute(patch_no):
|
|||||||
m.parenttype = 'Module Def'
|
m.parenttype = 'Module Def'
|
||||||
m.parentfield = 'roles'
|
m.parentfield = 'roles'
|
||||||
m.save(1)
|
m.save(1)
|
||||||
|
elif patch_no == 316:
|
||||||
|
sql("update `tabPage` set name = 'page-settings' where page_name = 'Profile Settings'")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user