diff --git a/frappe/automation/desk_page/tools/tools.json b/frappe/automation/desk_page/tools/tools.json index 48aaadbfed..74732252a0 100644 --- a/frappe/automation/desk_page/tools/tools.json +++ b/frappe/automation/desk_page/tools/tools.json @@ -11,11 +11,11 @@ }, { "icon": "fa fa-cog", - "links": "[\n\t{\n\t\t\"type\": \"doctype\",\n\t\t\"name\": \"Assignment Rule\",\n\t\t\"description\": \"Set up rules for user assignments.\",\n\t\t\"label\": \"Assignment Rule\"\n\t},\n\t{\n\t\t\"type\": \"doctype\",\n\t\t\"name\": \"Milestone\",\n\t\t\"description\": \"Tracks milestones on the lifecycle of a document if it undergoes multiple stages.\",\n\t\t\"label\": \"Milestone\"\n\t},\n\t{\n\t\t\"type\": \"doctype\",\n\t\t\"name\": \"Auto Repeat\",\n\t\t\"description\": \"Automatically generates recurring documents.\",\n\t\t\"label\": \"Auto Repeat\"\n\t}\n]", + "links": "[\n {\n \"type\": \"doctype\",\n \"name\": \"Assignment Rule\",\n \"description\": \"Set up rules for user assignments.\",\n \"label\": \"Assignment Rule\"\n },\n {\n \"type\": \"doctype\",\n \"name\": \"Milestone\",\n \"description\": \"Tracks milestones on the lifecycle of a document if it undergoes multiple stages.\",\n \"label\": \"Milestone\"\n },\n {\n \"type\": \"doctype\",\n \"name\": \"Auto Repeat\",\n \"description\": \"Automatically generates recurring documents.\",\n \"label\": \"Auto Repeat\"\n }\n]", "title": "Automation" }, { - "links": "[\n\t{\n\t\t\"type\": \"doctype\",\n\t\t\"name\": \"Event Producer\",\n\t\t\"description\": \"The site you want to subscribe to for consuming events.\",\n\t\t\"label\": \"Event Producer\"\n\t},\n\t{\n\t\t\"type\": \"doctype\",\n\t\t\"name\": \"Event Consumer\",\n\t\t\"description\": \"The site which is consuming your events.\",\n\t\t\"label\": \"Event Consumer\"\n\t},\n\t{\n\t\t\"type\": \"doctype\",\n\t\t\"name\": \"Event Update Log\",\n\t\t\"description\": \"Maintains a Log of all inserts, updates and deletions on Event Producer site for documents that have consumers.\",\n\t\t\"label\": \"Event Update Log\"\n\t},\n\t{\n\t\t\"type\": \"doctype\",\n\t\t\"name\": \"Event Sync Log\",\n\t\t\"description\": \"Maintains a log of every event consumed along with the status of the sync and a Resync button in case sync fails.\",\n\t\t\"label\": \"Event Sync Log\"\n\t},\n\t{\n\t\t\"type\": \"doctype\",\n\t\t\"name\": \"Document Type Mapping\",\n\t\t\"description\": \"The mapping configuration between two doctypes.\",\n\t\t\"label\": \"Document Type Mapping\"\n\t}\n]", + "links": "[\n {\n \"type\": \"doctype\",\n \"name\": \"Event Producer\",\n \"description\": \"The site you want to subscribe to for consuming events.\",\n \"label\": \"Event Producer\"\n },\n {\n \"type\": \"doctype\",\n \"name\": \"Event Consumer\",\n \"description\": \"The site which is consuming your events.\",\n \"label\": \"Event Consumer\"\n },\n {\n \"type\": \"doctype\",\n \"name\": \"Event Update Log\",\n \"description\": \"Maintains a Log of all inserts, updates and deletions on Event Producer site for documents that have consumers.\",\n \"label\": \"Event Update Log\"\n },\n {\n \"type\": \"doctype\",\n \"name\": \"Event Sync Log\",\n \"description\": \"Maintains a log of every event consumed along with the status of the sync and a Resync button in case sync fails.\",\n \"label\": \"Event Sync Log\"\n },\n {\n \"type\": \"doctype\",\n \"name\": \"Document Type Mapping\",\n \"description\": \"The mapping configuration between two doctypes.\",\n \"label\": \"Document Type Mapping\"\n }\n]", "title": "Event Streaming" } ], @@ -28,7 +28,7 @@ "doctype": "Desk Page", "idx": 0, "label": "Tools", - "modified": "2020-03-02 15:22:52.666707", + "modified": "2020-03-05 11:27:26.106013", "modified_by": "Administrator", "module": "Automation", "name": "Tools", diff --git a/frappe/core/desk_page/settings/settings.json b/frappe/core/desk_page/settings/settings.json index 5508efd49a..2b6cfaeabd 100644 --- a/frappe/core/desk_page/settings/settings.json +++ b/frappe/core/desk_page/settings/settings.json @@ -40,7 +40,7 @@ "doctype": "Desk Page", "idx": 0, "label": "Settings", - "modified": "2020-03-02 19:29:22.923060", + "modified": "2020-03-05 11:27:25.766522", "modified_by": "Administrator", "module": "Core", "name": "Settings", diff --git a/frappe/core/desk_page/users/users.json b/frappe/core/desk_page/users/users.json index 319b6088a7..453bb394dd 100644 --- a/frappe/core/desk_page/users/users.json +++ b/frappe/core/desk_page/users/users.json @@ -25,7 +25,7 @@ "doctype": "Desk Page", "idx": 0, "label": "Users", - "modified": "2020-03-02 15:22:48.521432", + "modified": "2020-03-05 11:27:26.166080", "modified_by": "Administrator", "module": "Core", "name": "Users", diff --git a/frappe/custom/desk_page/customization/customization.json b/frappe/custom/desk_page/customization/customization.json index 9d99423d8d..5a2ee0fcb5 100644 --- a/frappe/custom/desk_page/customization/customization.json +++ b/frappe/custom/desk_page/customization/customization.json @@ -23,7 +23,7 @@ "doctype": "Desk Page", "idx": 0, "label": "Customization", - "modified": "2020-03-02 15:22:49.921863", + "modified": "2020-03-05 11:27:26.137718", "modified_by": "Administrator", "module": "Custom", "name": "Customization", diff --git a/frappe/integrations/desk_page/integrations/integrations.json b/frappe/integrations/desk_page/integrations/integrations.json index 0f90b1f8a5..4a53742c2d 100644 --- a/frappe/integrations/desk_page/integrations/integrations.json +++ b/frappe/integrations/desk_page/integrations/integrations.json @@ -32,7 +32,7 @@ "icon": "frapicon-dashboard", "idx": 0, "label": "Integrations", - "modified": "2020-03-02 15:22:46.410870", + "modified": "2020-03-05 11:27:26.195829", "modified_by": "Administrator", "module": "Integrations", "name": "Integrations", diff --git a/frappe/website/desk_page/website/website.json b/frappe/website/desk_page/website/website.json index 2bc59a2da4..cb49b590a7 100644 --- a/frappe/website/desk_page/website/website.json +++ b/frappe/website/desk_page/website/website.json @@ -32,7 +32,7 @@ "doctype": "Desk Page", "idx": 0, "label": "Website", - "modified": "2020-03-02 14:24:53.832086", + "modified": "2020-03-05 11:27:26.219436", "modified_by": "Administrator", "module": "Website", "name": "Website",