Merge pull request #16053 from bhavesh95863/patch-1
fix: ignore link validation for sort workspace
This commit is contained in:
commit
878f06dbb8
1 changed files with 1 additions and 0 deletions
|
|
@ -277,6 +277,7 @@ def sort_page(workspace_pages, pages):
|
|||
doc = frappe.get_doc('Workspace', page.name)
|
||||
doc.sequence_id = seq + 1
|
||||
doc.parent_page = d.get('parent_page') or ""
|
||||
doc.flags.ignore_links = True
|
||||
doc.save(ignore_permissions=True)
|
||||
break
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue