fix: export without default fields
This commit is contained in:
parent
633b1cec07
commit
ec30a105ed
13 changed files with 16 additions and 935 deletions
|
|
@ -8,7 +8,7 @@ import random
|
|||
import frappe
|
||||
from frappe import _
|
||||
from frappe.model.document import Document
|
||||
from frappe.modules.export_file import write_document_file
|
||||
from frappe.modules.export_file import strip_default_fields
|
||||
from frappe.modules.import_file import import_file_by_path
|
||||
from frappe.modules.utils import create_directory_on_app_path, get_app_level_directory_path
|
||||
|
||||
|
|
@ -58,6 +58,7 @@ class DesktopIcon(Document):
|
|||
folder_path = create_directory_on_app_path("desktop_icon", self.app)
|
||||
file_path = os.path.join(folder_path, f"{frappe.scrub(self.label)}.json")
|
||||
doc_export = self.as_dict(no_nulls=True, no_private_properties=True)
|
||||
strip_default_fields(self, doc_export)
|
||||
# if self.parent_icon:
|
||||
# print(self.parent_icon)
|
||||
# doc_export["parent_icon"] = frappe.db.get_value("Desktop Icon", self.parent_icon, "label")
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ import frappe
|
|||
from frappe import _
|
||||
from frappe.boot import get_allowed_pages, get_allowed_reports
|
||||
from frappe.model.document import Document
|
||||
from frappe.modules.export_file import strip_default_fields
|
||||
from frappe.modules.utils import create_directory_on_app_path
|
||||
|
||||
|
||||
|
|
@ -55,6 +56,7 @@ class WorkspaceSidebar(Document):
|
|||
folder_path = create_directory_on_app_path("workspace_sidebar", self.app)
|
||||
file_path = os.path.join(folder_path, f"{frappe.scrub(self.title)}.json")
|
||||
doc_export = self.as_dict(no_nulls=True, no_private_properties=True)
|
||||
doc_export = strip_default_fields(self, doc_export)
|
||||
with open(file_path, "w+") as doc_file:
|
||||
doc_file.write(frappe.as_json(doc_export) + "\n")
|
||||
|
||||
|
|
|
|||
|
|
@ -9,120 +9,65 @@
|
|||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-11-05 23:59:53.675353",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "user-cog",
|
||||
"idx": 1,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Assignment Rule",
|
||||
"link_to": "Assignment Rule",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:38.546186",
|
||||
"modified_by": "Administrator",
|
||||
"name": "v9hft452pb",
|
||||
"owner": "Administrator",
|
||||
"parent": "Automation",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-11-05 23:59:53.675353",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "flag",
|
||||
"idx": 2,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Milestone",
|
||||
"link_to": "Milestone",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:38.546186",
|
||||
"modified_by": "Administrator",
|
||||
"name": "v9h4sivc2e",
|
||||
"owner": "Administrator",
|
||||
"parent": "Automation",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-11-05 23:59:53.675353",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "repeat-2",
|
||||
"idx": 3,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Auto Repeat",
|
||||
"link_to": "Auto Repeat",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:38.546186",
|
||||
"modified_by": "Administrator",
|
||||
"name": "v9htjiii62",
|
||||
"owner": "Administrator",
|
||||
"parent": "Automation",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-11-05 23:59:53.675353",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "calendar-sync",
|
||||
"idx": 4,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Auto Email Report",
|
||||
"link_to": "Auto Email Report",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:38.546186",
|
||||
"modified_by": "Administrator",
|
||||
"name": "v9hisilds1",
|
||||
"owner": "Administrator",
|
||||
"parent": "Automation",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-11-05 23:59:53.675353",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "bell-ring",
|
||||
"idx": 5,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Reminder",
|
||||
"link_to": "Reminder",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:38.546186",
|
||||
"modified_by": "Administrator",
|
||||
"name": "v9hpjfehbi",
|
||||
"owner": "Administrator",
|
||||
"parent": "Automation",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
}
|
||||
],
|
||||
"modified": "2025-11-17 02:36:38.546186",
|
||||
"modified": "2025-11-25 10:46:09.343679",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Automation",
|
||||
"name": "Automation",
|
||||
|
|
|
|||
|
|
@ -9,298 +9,155 @@
|
|||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.555414",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "database",
|
||||
"idx": 1,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "DocType",
|
||||
"link_to": "DocType",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:43.221925",
|
||||
"modified_by": "Administrator",
|
||||
"name": "k0ue31a2su",
|
||||
"owner": "Administrator",
|
||||
"parent": "Build",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.555414",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "tv-minimal",
|
||||
"idx": 2,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Page",
|
||||
"link_to": "Page",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:43.221925",
|
||||
"modified_by": "Administrator",
|
||||
"name": "k0u1ktrgm8",
|
||||
"owner": "Administrator",
|
||||
"parent": "Build",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.555414",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "table",
|
||||
"idx": 3,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Report",
|
||||
"link_to": "Report",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:43.221925",
|
||||
"modified_by": "Administrator",
|
||||
"name": "k0uoembf7i",
|
||||
"owner": "Administrator",
|
||||
"parent": "Build",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.555414",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "wallpaper",
|
||||
"idx": 4,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Workspace",
|
||||
"link_to": "Workspace",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:43.221925",
|
||||
"modified_by": "Administrator",
|
||||
"name": "k0uk0ku5qm",
|
||||
"owner": "Administrator",
|
||||
"parent": "Build",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.555414",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "layout-dashboard",
|
||||
"idx": 5,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Dashboard",
|
||||
"link_to": "Dashboard",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:43.221925",
|
||||
"modified_by": "Administrator",
|
||||
"name": "k0u6msrfa9",
|
||||
"owner": "Administrator",
|
||||
"parent": "Build",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.555414",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"idx": 6,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Module Def",
|
||||
"link_to": "Module Def",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:43.221925",
|
||||
"modified_by": "Administrator",
|
||||
"name": "k0usqcnkl9",
|
||||
"owner": "Administrator",
|
||||
"parent": "Build",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.555414",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"idx": 7,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Customization",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:43.221925",
|
||||
"modified_by": "Administrator",
|
||||
"name": "k0u6a0m62a",
|
||||
"owner": "Administrator",
|
||||
"parent": "Build",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Section Break"
|
||||
},
|
||||
{
|
||||
"child": 1,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.555414",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "workflow",
|
||||
"idx": 8,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Workflow",
|
||||
"link_to": "Workflow",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:43.221925",
|
||||
"modified_by": "Administrator",
|
||||
"name": "k0uhenkqa3",
|
||||
"owner": "Administrator",
|
||||
"parent": "Build",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 1,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.555414",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "code",
|
||||
"idx": 9,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Server Script",
|
||||
"link_to": "Server Script",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:43.221925",
|
||||
"modified_by": "Administrator",
|
||||
"name": "k0umnthveu",
|
||||
"owner": "Administrator",
|
||||
"parent": "Build",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 1,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.555414",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "code-xml",
|
||||
"idx": 10,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Client Script",
|
||||
"link_to": "Client Script",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:43.221925",
|
||||
"modified_by": "Administrator",
|
||||
"name": "k0uehqlfcu",
|
||||
"owner": "Administrator",
|
||||
"parent": "Build",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 1,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.555414",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"idx": 11,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Customize Form",
|
||||
"link_to": "Customize Form",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:43.221925",
|
||||
"modified_by": "Administrator",
|
||||
"name": "k0utsggni1",
|
||||
"owner": "Administrator",
|
||||
"parent": "Build",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 1,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.555414",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"idx": 12,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Custom Field",
|
||||
"link_to": "Custom Field",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:43.221925",
|
||||
"modified_by": "Administrator",
|
||||
"name": "k0ujco1pna",
|
||||
"owner": "Administrator",
|
||||
"parent": "Build",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.555414",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"idx": 13,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Property Setter",
|
||||
"link_to": "Property Setter",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:43.221925",
|
||||
"modified_by": "Administrator",
|
||||
"name": "k0u8u7dps5",
|
||||
"owner": "Administrator",
|
||||
"parent": "Build",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
}
|
||||
],
|
||||
"modified": "2025-11-17 02:36:43.221925",
|
||||
"modified": "2025-11-25 10:46:09.743753",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Core",
|
||||
"name": "Build",
|
||||
|
|
|
|||
|
|
@ -9,120 +9,65 @@
|
|||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-31 13:00:40.587536",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "import",
|
||||
"idx": 1,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Data Import",
|
||||
"link_to": "Data Import",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:38.757263",
|
||||
"modified_by": "Administrator",
|
||||
"name": "17fuv3tdph",
|
||||
"owner": "Administrator",
|
||||
"parent": "Data",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-31 13:00:40.587536",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "file-up",
|
||||
"idx": 2,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Data Export",
|
||||
"link_to": "Data Export",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:38.757263",
|
||||
"modified_by": "Administrator",
|
||||
"name": "17fot00jqj",
|
||||
"owner": "Administrator",
|
||||
"parent": "Data",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-31 13:00:40.587536",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "square-pen",
|
||||
"idx": 3,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Bulk Update",
|
||||
"link_to": "Bulk Update",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:38.757263",
|
||||
"modified_by": "Administrator",
|
||||
"name": "17fdtcpgl0",
|
||||
"owner": "Administrator",
|
||||
"parent": "Data",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-31 13:00:40.587536",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "database-backup",
|
||||
"idx": 4,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Backups",
|
||||
"link_to": "backups",
|
||||
"link_type": "Page",
|
||||
"modified": "2025-11-17 02:36:38.757263",
|
||||
"modified_by": "Administrator",
|
||||
"name": "17fsrsimf1",
|
||||
"owner": "Administrator",
|
||||
"parent": "Data",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-31 13:00:40.587536",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "trash",
|
||||
"idx": 5,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Deleted Document",
|
||||
"link_to": "Deleted Document",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:38.757263",
|
||||
"modified_by": "Administrator",
|
||||
"name": "17f6loecf2",
|
||||
"owner": "Administrator",
|
||||
"parent": "Data",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
}
|
||||
],
|
||||
"modified": "2025-11-17 02:36:38.757263",
|
||||
"modified": "2025-11-25 10:46:09.376260",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Core",
|
||||
"name": "Data",
|
||||
|
|
|
|||
|
|
@ -9,143 +9,77 @@
|
|||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.567322",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "mail",
|
||||
"idx": 1,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Email Account",
|
||||
"link_to": "Email Account",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:42.783251",
|
||||
"modified_by": "Administrator",
|
||||
"name": "tt9a2mpehi",
|
||||
"owner": "Administrator",
|
||||
"parent": "Email",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.567322",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "message-square-reply",
|
||||
"idx": 2,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Communication",
|
||||
"link_to": "Communication",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:42.783251",
|
||||
"modified_by": "Administrator",
|
||||
"name": "tt924oud7e",
|
||||
"owner": "Administrator",
|
||||
"parent": "Email",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.567322",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "at-sign",
|
||||
"idx": 3,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Email Domain",
|
||||
"link_to": "Email Domain",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:42.783251",
|
||||
"modified_by": "Administrator",
|
||||
"name": "tt91m8e4u4",
|
||||
"owner": "Administrator",
|
||||
"parent": "Email",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.567322",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "list-end",
|
||||
"idx": 4,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Email Queue",
|
||||
"link_to": "Email Queue",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:42.783251",
|
||||
"modified_by": "Administrator",
|
||||
"name": "tt9j1e7vpr",
|
||||
"owner": "Administrator",
|
||||
"parent": "Email",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.567322",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "notepad-text",
|
||||
"idx": 5,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Email Template",
|
||||
"link_to": "Email Template",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:42.783251",
|
||||
"modified_by": "Administrator",
|
||||
"name": "tt9it3atbm",
|
||||
"owner": "Administrator",
|
||||
"parent": "Email",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.567322",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "mail-x",
|
||||
"idx": 6,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Unhandled Email",
|
||||
"link_to": "Unhandled Email",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:42.783251",
|
||||
"modified_by": "Administrator",
|
||||
"name": "tt97t89rqi",
|
||||
"owner": "Administrator",
|
||||
"parent": "Email",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
}
|
||||
],
|
||||
"modified": "2025-11-17 02:36:42.783251",
|
||||
"modified": "2025-11-25 10:46:09.687081",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Email",
|
||||
"name": "Email",
|
||||
|
|
|
|||
|
|
@ -9,274 +9,142 @@
|
|||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-11-13 22:52:32.146359",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "cable",
|
||||
"idx": 1,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Connected App",
|
||||
"link_to": "Connected App",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:35.860741",
|
||||
"modified_by": "Administrator",
|
||||
"name": "mhmt975c7e",
|
||||
"owner": "Administrator",
|
||||
"parent": "Integrations",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-11-13 22:52:32.146359",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "bell-dot",
|
||||
"idx": 2,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Push Notification",
|
||||
"link_to": "Push Notification Settings",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:35.860741",
|
||||
"modified_by": "Administrator",
|
||||
"name": "mhmrano0gi",
|
||||
"owner": "Administrator",
|
||||
"parent": "Integrations",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-11-13 22:52:32.146359",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "webhook",
|
||||
"idx": 3,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Webhook",
|
||||
"link_to": "Webhook",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:35.860741",
|
||||
"modified_by": "Administrator",
|
||||
"name": "mhm2tp5jog",
|
||||
"owner": "Administrator",
|
||||
"parent": "Integrations",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-11-13 22:52:32.146359",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"idx": 4,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Google",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:35.860741",
|
||||
"modified_by": "Administrator",
|
||||
"name": "mhmkuvdn9e",
|
||||
"owner": "Administrator",
|
||||
"parent": "Integrations",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Section Break"
|
||||
},
|
||||
{
|
||||
"child": 1,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-11-13 22:52:32.146359",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "contact",
|
||||
"idx": 5,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Google Contacts",
|
||||
"link_to": "Google Contacts",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:35.860741",
|
||||
"modified_by": "Administrator",
|
||||
"name": "mhmepjlo5h",
|
||||
"owner": "Administrator",
|
||||
"parent": "Integrations",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 1,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-11-13 22:52:32.146359",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "calendar-days",
|
||||
"idx": 6,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Google Calender",
|
||||
"link_to": "Google Calendar",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:35.860741",
|
||||
"modified_by": "Administrator",
|
||||
"name": "mhmj2s2clt",
|
||||
"owner": "Administrator",
|
||||
"parent": "Integrations",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 1,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-11-13 22:52:32.146359",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "settings",
|
||||
"idx": 7,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Google Settings",
|
||||
"link_to": "Google Settings",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:35.860741",
|
||||
"modified_by": "Administrator",
|
||||
"name": "mhmslt3v07",
|
||||
"owner": "Administrator",
|
||||
"parent": "Integrations",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-11-13 22:52:32.146359",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"idx": 8,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Authetication",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:35.860741",
|
||||
"modified_by": "Administrator",
|
||||
"name": "mhmpfii63a",
|
||||
"owner": "Administrator",
|
||||
"parent": "Integrations",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Section Break"
|
||||
},
|
||||
{
|
||||
"child": 1,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-11-13 22:52:32.146359",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"idx": 9,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Social Login Key",
|
||||
"link_to": "Social Login Key",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:35.860741",
|
||||
"modified_by": "Administrator",
|
||||
"name": "mhm1dqo8tq",
|
||||
"owner": "Administrator",
|
||||
"parent": "Integrations",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-11-13 22:52:32.146359",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "settings",
|
||||
"idx": 10,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "LDAP Settings",
|
||||
"link_to": "LDAP Settings",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:35.860741",
|
||||
"modified_by": "Administrator",
|
||||
"name": "mhm0aurrn2",
|
||||
"owner": "Administrator",
|
||||
"parent": "Integrations",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-11-13 22:52:32.146359",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"idx": 11,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "OAuth Client",
|
||||
"link_to": "OAuth Client",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:35.860741",
|
||||
"modified_by": "Administrator",
|
||||
"name": "mhm6f2u6gd",
|
||||
"owner": "Administrator",
|
||||
"parent": "Integrations",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-11-13 22:52:32.146359",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"idx": 12,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "OAuth Provider",
|
||||
"link_to": "OAuth Provider Settings",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:35.860741",
|
||||
"modified_by": "Administrator",
|
||||
"name": "mhmc7nvrfd",
|
||||
"owner": "Administrator",
|
||||
"parent": "Integrations",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
}
|
||||
],
|
||||
"modified": "2025-11-17 02:36:35.860741",
|
||||
"modified": "2025-11-25 10:46:09.215894",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Integrations",
|
||||
"name": "Integrations",
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
"header_icon": "user-round",
|
||||
"idx": 0,
|
||||
"items": [],
|
||||
"modified": "2025-11-13 16:03:59.720330",
|
||||
"modified": "2025-11-25 10:46:09.369233",
|
||||
"modified_by": "Administrator",
|
||||
"name": "My Workspaces",
|
||||
"owner": "Administrator",
|
||||
|
|
|
|||
|
|
@ -9,97 +9,53 @@
|
|||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-31 13:08:32.822702",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "printer",
|
||||
"idx": 1,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Print Format",
|
||||
"link_to": "Print Format",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:38.672691",
|
||||
"modified_by": "Administrator",
|
||||
"name": "ooncopcbnv",
|
||||
"owner": "Administrator",
|
||||
"parent": "Printing",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-31 13:08:32.822702",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "heading",
|
||||
"idx": 2,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Print Heading",
|
||||
"link_to": "Print Heading",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:38.672691",
|
||||
"modified_by": "Administrator",
|
||||
"name": "oonevi9u35",
|
||||
"owner": "Administrator",
|
||||
"parent": "Printing",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-31 13:08:32.822702",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "pen-tool",
|
||||
"idx": 3,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Print Format Builder",
|
||||
"link_to": "print-format-builder",
|
||||
"link_type": "Page",
|
||||
"modified": "2025-11-17 02:36:38.672691",
|
||||
"modified_by": "Administrator",
|
||||
"name": "oon3sjgesf",
|
||||
"owner": "Administrator",
|
||||
"parent": "Printing",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-31 13:08:32.822702",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "settings",
|
||||
"idx": 4,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Print Settings",
|
||||
"link_to": "Print Settings",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:38.672691",
|
||||
"modified_by": "Administrator",
|
||||
"name": "oonlh4bd29",
|
||||
"owner": "Administrator",
|
||||
"parent": "Printing",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
}
|
||||
],
|
||||
"modified": "2025-11-17 02:36:38.672691",
|
||||
"modified": "2025-11-25 10:46:09.371604",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Printing",
|
||||
"name": "Printing",
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "check-check",
|
||||
"idx": 1,
|
||||
"icon": "list-alt",
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Todo",
|
||||
|
|
@ -100,6 +101,7 @@
|
|||
}
|
||||
],
|
||||
"modified": "2025-11-25 14:59:52.735360",
|
||||
"modified": "2025-11-25 10:46:09.381662",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Desk",
|
||||
"name": "Productivity",
|
||||
|
|
|
|||
|
|
@ -9,444 +9,224 @@
|
|||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.639904",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "home",
|
||||
"idx": 1,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Home",
|
||||
"link_to": "System",
|
||||
"link_type": "Workspace",
|
||||
"modified": "2025-11-17 02:36:39.342987",
|
||||
"modified_by": "Administrator",
|
||||
"name": "86tdehtplu",
|
||||
"owner": "Administrator",
|
||||
"parent": "System",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.639904",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "heart-pulse",
|
||||
"idx": 2,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Health Report",
|
||||
"link_to": "System Health Report",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:39.342987",
|
||||
"modified_by": "Administrator",
|
||||
"name": "86t798tt55",
|
||||
"owner": "Administrator",
|
||||
"parent": "System",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.639904",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"idx": 3,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Notifications",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:39.342987",
|
||||
"modified_by": "Administrator",
|
||||
"name": "86ta11fm79",
|
||||
"owner": "Administrator",
|
||||
"parent": "System",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Section Break"
|
||||
},
|
||||
{
|
||||
"child": 1,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.639904",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"idx": 4,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Notification",
|
||||
"link_to": "Notification",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:39.342987",
|
||||
"modified_by": "Administrator",
|
||||
"name": "86taqdpkqp",
|
||||
"owner": "Administrator",
|
||||
"parent": "System",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.639904",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"idx": 5,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Notification Settings",
|
||||
"link_to": "Notification Settings",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:39.342987",
|
||||
"modified_by": "Administrator",
|
||||
"name": "86t40qtf19",
|
||||
"owner": "Administrator",
|
||||
"parent": "System",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.639904",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"idx": 6,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Background Job",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:39.342987",
|
||||
"modified_by": "Administrator",
|
||||
"name": "86taoh4vnu",
|
||||
"owner": "Administrator",
|
||||
"parent": "System",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Section Break"
|
||||
},
|
||||
{
|
||||
"child": 1,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.639904",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"idx": 7,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "RQ Job",
|
||||
"link_to": "RQ Job",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:39.342987",
|
||||
"modified_by": "Administrator",
|
||||
"name": "86tjrrpfcg",
|
||||
"owner": "Administrator",
|
||||
"parent": "System",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 1,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.639904",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"idx": 8,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "RQ Worker",
|
||||
"link_to": "RQ Worker",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:39.342987",
|
||||
"modified_by": "Administrator",
|
||||
"name": "86t62rbsej",
|
||||
"owner": "Administrator",
|
||||
"parent": "System",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 1,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.639904",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"idx": 9,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Scheduled Job Type",
|
||||
"link_to": "Scheduled Job Type",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:39.342987",
|
||||
"modified_by": "Administrator",
|
||||
"name": "86t969vpgn",
|
||||
"owner": "Administrator",
|
||||
"parent": "System",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 1,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.639904",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"idx": 10,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Scheduled Job Log",
|
||||
"link_to": "Scheduled Job Log",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:39.342987",
|
||||
"modified_by": "Administrator",
|
||||
"name": "86t10k1qoi",
|
||||
"owner": "Administrator",
|
||||
"parent": "System",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 1,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.639904",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"idx": 11,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Scheduler Event",
|
||||
"link_to": "Scheduler Event",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:39.342987",
|
||||
"modified_by": "Administrator",
|
||||
"name": "86tpp0tvm4",
|
||||
"owner": "Administrator",
|
||||
"parent": "System",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.639904",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"idx": 12,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Tools",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:39.342987",
|
||||
"modified_by": "Administrator",
|
||||
"name": "86tufqvbtq",
|
||||
"owner": "Administrator",
|
||||
"parent": "System",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Section Break"
|
||||
},
|
||||
{
|
||||
"child": 1,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.639904",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"idx": 13,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "System Console",
|
||||
"link_to": "System Console",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:39.342987",
|
||||
"modified_by": "Administrator",
|
||||
"name": "86tv7p7th1",
|
||||
"owner": "Administrator",
|
||||
"parent": "System",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 1,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.639904",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"idx": 14,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Recorder",
|
||||
"link_to": "Recorder",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:39.342987",
|
||||
"modified_by": "Administrator",
|
||||
"name": "86te1jk3kq",
|
||||
"owner": "Administrator",
|
||||
"parent": "System",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.639904",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"idx": 15,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Logs",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:39.342987",
|
||||
"modified_by": "Administrator",
|
||||
"name": "86tsk6lv34",
|
||||
"owner": "Administrator",
|
||||
"parent": "System",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Section Break"
|
||||
},
|
||||
{
|
||||
"child": 1,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.639904",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"idx": 16,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Error Log",
|
||||
"link_to": "Error Log",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:39.342987",
|
||||
"modified_by": "Administrator",
|
||||
"name": "86tmj1me7k",
|
||||
"owner": "Administrator",
|
||||
"parent": "System",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 1,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.639904",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"idx": 17,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "API Request Log",
|
||||
"link_to": "API Request Log",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:39.342987",
|
||||
"modified_by": "Administrator",
|
||||
"name": "86t3l0qp1e",
|
||||
"owner": "Administrator",
|
||||
"parent": "System",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 1,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.639904",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"idx": 18,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "View Log",
|
||||
"link_to": "View Log",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:39.342987",
|
||||
"modified_by": "Administrator",
|
||||
"name": "86tg359c64",
|
||||
"owner": "Administrator",
|
||||
"parent": "System",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 1,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.639904",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"idx": 19,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Patch Log",
|
||||
"link_to": "Patch Log",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:39.342987",
|
||||
"modified_by": "Administrator",
|
||||
"name": "86tn6cvetd",
|
||||
"owner": "Administrator",
|
||||
"parent": "System",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.639904",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "settings",
|
||||
"idx": 20,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Log Settings",
|
||||
"link_to": "Log Settings",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:39.342987",
|
||||
"modified_by": "Administrator",
|
||||
"name": "86tentgqov",
|
||||
"owner": "Administrator",
|
||||
"parent": "System",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
}
|
||||
],
|
||||
"modified": "2025-11-17 02:36:39.342987",
|
||||
"modified": "2025-11-25 10:46:09.401204",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Core",
|
||||
"name": "System",
|
||||
|
|
|
|||
|
|
@ -9,254 +9,133 @@
|
|||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.648433",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "home",
|
||||
"idx": 1,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Home",
|
||||
"link_to": "Users",
|
||||
"link_type": "Workspace",
|
||||
"modified": "2025-11-17 02:36:39.070049",
|
||||
"modified_by": "Administrator",
|
||||
"name": "7l61f6cas8",
|
||||
"owner": "Administrator",
|
||||
"parent": "Users",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.648433",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "user",
|
||||
"idx": 1,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "User",
|
||||
"link_to": "User",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:39.070049",
|
||||
"modified_by": "Administrator",
|
||||
"name": "7l6p4s4t9s",
|
||||
"owner": "Administrator",
|
||||
"parent": "Users",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.648433",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "users",
|
||||
"idx": 2,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Role",
|
||||
"link_to": "Role",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:39.070049",
|
||||
"modified_by": "Administrator",
|
||||
"name": "7l6o700maj",
|
||||
"owner": "Administrator",
|
||||
"parent": "Users",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.648433",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"idx": 3,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Permissions",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:39.070049",
|
||||
"modified_by": "Administrator",
|
||||
"name": "7l6f73pnlj",
|
||||
"owner": "Administrator",
|
||||
"parent": "Users",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Section Break"
|
||||
},
|
||||
{
|
||||
"child": 1,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.648433",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "shield",
|
||||
"idx": 4,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "User Permission",
|
||||
"link_to": "User Permission",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:39.070049",
|
||||
"modified_by": "Administrator",
|
||||
"name": "7l6p31rdpn",
|
||||
"owner": "Administrator",
|
||||
"parent": "Users",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 1,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.648433",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "key-square",
|
||||
"idx": 5,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Permission Manager",
|
||||
"link_to": "permission-manager",
|
||||
"link_type": "Page",
|
||||
"modified": "2025-11-17 02:36:39.070049",
|
||||
"modified_by": "Administrator",
|
||||
"name": "7l6vr9r7gp",
|
||||
"owner": "Administrator",
|
||||
"parent": "Users",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 1,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.648433",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "user-round-search",
|
||||
"idx": 6,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Permission Inspector",
|
||||
"link_to": "Permission Inspector",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:39.070049",
|
||||
"modified_by": "Administrator",
|
||||
"name": "7l6gg6c7cn",
|
||||
"owner": "Administrator",
|
||||
"parent": "Users",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.648433",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"idx": 7,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Audits",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:39.070049",
|
||||
"modified_by": "Administrator",
|
||||
"name": "7l6fn0ev86",
|
||||
"owner": "Administrator",
|
||||
"parent": "Users",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Section Break"
|
||||
},
|
||||
{
|
||||
"child": 1,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.648433",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "file-lock",
|
||||
"idx": 8,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Activity Log",
|
||||
"link_to": "Activity Log",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:39.070049",
|
||||
"modified_by": "Administrator",
|
||||
"name": "7l60n3adf5",
|
||||
"owner": "Administrator",
|
||||
"parent": "Users",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 1,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.648433",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "file-lock",
|
||||
"idx": 9,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Permission Log",
|
||||
"link_to": "Permission Log",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:39.070049",
|
||||
"modified_by": "Administrator",
|
||||
"name": "7l6mlpodq2",
|
||||
"owner": "Administrator",
|
||||
"parent": "Users",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 1,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.648433",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "file-lock",
|
||||
"idx": 10,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Access Log",
|
||||
"link_to": "Access Log",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:39.070049",
|
||||
"modified_by": "Administrator",
|
||||
"name": "7l6gq4u9lk",
|
||||
"owner": "Administrator",
|
||||
"parent": "Users",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
}
|
||||
],
|
||||
"modified": "2025-11-17 02:36:39.070049",
|
||||
"modified": "2025-11-25 10:46:09.392824",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Core",
|
||||
"name": "Users",
|
||||
|
|
|
|||
|
|
@ -9,187 +9,99 @@
|
|||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.651263",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "home",
|
||||
"idx": 1,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Home",
|
||||
"link_to": "Website",
|
||||
"link_type": "Workspace",
|
||||
"modified": "2025-11-17 02:36:38.973286",
|
||||
"modified_by": "Administrator",
|
||||
"name": "0l2dke8182",
|
||||
"owner": "Administrator",
|
||||
"parent": "Website",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.651263",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "web",
|
||||
"idx": 2,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Web Page",
|
||||
"link_to": "Web Page",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:38.973286",
|
||||
"modified_by": "Administrator",
|
||||
"name": "0l21sh648d",
|
||||
"owner": "Administrator",
|
||||
"parent": "Website",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.651263",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "notebook-pen",
|
||||
"idx": 3,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Web Form",
|
||||
"link_to": "Web Form",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:38.973286",
|
||||
"modified_by": "Administrator",
|
||||
"name": "0l2nel1tfq",
|
||||
"owner": "Administrator",
|
||||
"parent": "Website",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.651263",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "settings",
|
||||
"idx": 4,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Settings",
|
||||
"link_to": "Website Settings",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:38.973286",
|
||||
"modified_by": "Administrator",
|
||||
"name": "0l20g4nkqt",
|
||||
"owner": "Administrator",
|
||||
"parent": "Website",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.651263",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "settings",
|
||||
"idx": 5,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Portal Settings",
|
||||
"link_to": "Portal Settings",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:38.973286",
|
||||
"modified_by": "Administrator",
|
||||
"name": "0l27hb63hr",
|
||||
"owner": "Administrator",
|
||||
"parent": "Website",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 0,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.651263",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"idx": 6,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Customize",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:38.973286",
|
||||
"modified_by": "Administrator",
|
||||
"name": "0l272le4et",
|
||||
"owner": "Administrator",
|
||||
"parent": "Website",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Section Break"
|
||||
},
|
||||
{
|
||||
"child": 1,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.651263",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "code",
|
||||
"idx": 7,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Website Script",
|
||||
"link_to": "Website Script",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:38.973286",
|
||||
"modified_by": "Administrator",
|
||||
"name": "0l277lp7cd",
|
||||
"owner": "Administrator",
|
||||
"parent": "Website",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
},
|
||||
{
|
||||
"child": 1,
|
||||
"collapsible": 1,
|
||||
"creation": "2025-10-26 21:53:46.651263",
|
||||
"docstatus": 0,
|
||||
"doctype": "Workspace Sidebar Item",
|
||||
"icon": "palette",
|
||||
"idx": 8,
|
||||
"indent": 0,
|
||||
"keep_closed": 0,
|
||||
"label": "Website Theme",
|
||||
"link_to": "Website Theme",
|
||||
"link_type": "DocType",
|
||||
"modified": "2025-11-17 02:36:38.973286",
|
||||
"modified_by": "Administrator",
|
||||
"name": "0l21r084j0",
|
||||
"owner": "Administrator",
|
||||
"parent": "Website",
|
||||
"parentfield": "items",
|
||||
"parenttype": "Workspace Sidebar",
|
||||
"show_arrow": 0,
|
||||
"type": "Link"
|
||||
}
|
||||
],
|
||||
"modified": "2025-11-17 02:36:38.973286",
|
||||
"modified": "2025-11-25 10:46:09.386543",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Website",
|
||||
"name": "Website",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue