From 1f151c1032f52627fd5ef582c4a407615f289308 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Mon, 2 Mar 2020 19:37:12 +0530 Subject: [PATCH] refactor: update restrict to domain data --- erpnext/agriculture/desk_page/agriculture/agriculture.json | 3 ++- erpnext/assets/doctype/location/location.json | 4 +++- erpnext/education/desk_page/education/education.json | 3 ++- erpnext/healthcare/desk_page/healthcare/healthcare.json | 3 ++- .../manufacturing/desk_page/manufacturing/manufacturing.json | 2 +- erpnext/non_profit/desk_page/non_profit/non_profit.json | 3 ++- erpnext/selling/desk_page/retail/retail.json | 3 ++- 7 files changed, 14 insertions(+), 7 deletions(-) diff --git a/erpnext/agriculture/desk_page/agriculture/agriculture.json b/erpnext/agriculture/desk_page/agriculture/agriculture.json index 00e64cd1e2..1dd72ca5ee 100644 --- a/erpnext/agriculture/desk_page/agriculture/agriculture.json +++ b/erpnext/agriculture/desk_page/agriculture/agriculture.json @@ -22,12 +22,13 @@ "doctype": "Desk Page", "idx": 0, "label": "Agriculture", - "modified": "2020-03-02 17:24:38.382409", + "modified": "2020-03-02 19:35:38.366516", "modified_by": "Administrator", "module": "Agriculture", "name": "Agriculture", "owner": "Administrator", "pin_to_bottom": 0, "pin_to_top": 0, + "restrict_to_domain": "Agriculture", "shortcuts": [] } \ No newline at end of file diff --git a/erpnext/assets/doctype/location/location.json b/erpnext/assets/doctype/location/location.json index 5ecc72ab91..3323dae46e 100644 --- a/erpnext/assets/doctype/location/location.json +++ b/erpnext/assets/doctype/location/location.json @@ -140,7 +140,7 @@ } ], "links": [], - "modified": "2020-01-28 13:52:22.513425", + "modified": "2020-03-02 19:34:28.362267", "modified_by": "Administrator", "module": "Assets", "name": "Location", @@ -218,6 +218,8 @@ "write": 1 } ], + "quick_entry": 1, + "restrict_to_domain": "Agriculture", "show_name_in_global_search": 1, "sort_field": "modified", "sort_order": "DESC", diff --git a/erpnext/education/desk_page/education/education.json b/erpnext/education/desk_page/education/education.json index cf3f3f8194..87aca47848 100644 --- a/erpnext/education/desk_page/education/education.json +++ b/erpnext/education/desk_page/education/education.json @@ -62,12 +62,13 @@ "doctype": "Desk Page", "idx": 0, "label": "Education", - "modified": "2020-03-02 17:24:38.478926", + "modified": "2020-03-02 19:35:43.857903", "modified_by": "Administrator", "module": "Education", "name": "Education", "owner": "Administrator", "pin_to_bottom": 0, "pin_to_top": 0, + "restrict_to_domain": "Education", "shortcuts": [] } \ No newline at end of file diff --git a/erpnext/healthcare/desk_page/healthcare/healthcare.json b/erpnext/healthcare/desk_page/healthcare/healthcare.json index eb98431d77..d91859b8b2 100644 --- a/erpnext/healthcare/desk_page/healthcare/healthcare.json +++ b/erpnext/healthcare/desk_page/healthcare/healthcare.json @@ -30,12 +30,13 @@ "doctype": "Desk Page", "idx": 0, "label": "Healthcare", - "modified": "2020-03-02 17:24:38.427732", + "modified": "2020-03-02 19:35:47.928024", "modified_by": "Administrator", "module": "Healthcare", "name": "Healthcare", "owner": "Administrator", "pin_to_bottom": 0, "pin_to_top": 0, + "restrict_to_domain": "Healthcare", "shortcuts": [] } \ No newline at end of file diff --git a/erpnext/manufacturing/desk_page/manufacturing/manufacturing.json b/erpnext/manufacturing/desk_page/manufacturing/manufacturing.json index 9197884ad3..490de7a41a 100644 --- a/erpnext/manufacturing/desk_page/manufacturing/manufacturing.json +++ b/erpnext/manufacturing/desk_page/manufacturing/manufacturing.json @@ -38,7 +38,7 @@ "doctype": "Desk Page", "idx": 0, "label": "Manufacturing", - "modified": "2020-03-02 17:15:50.902260", + "modified": "2020-03-02 19:35:54.979551", "modified_by": "Administrator", "module": "Manufacturing", "name": "Manufacturing", diff --git a/erpnext/non_profit/desk_page/non_profit/non_profit.json b/erpnext/non_profit/desk_page/non_profit/non_profit.json index 8779d38b62..8ccd4fe194 100644 --- a/erpnext/non_profit/desk_page/non_profit/non_profit.json +++ b/erpnext/non_profit/desk_page/non_profit/non_profit.json @@ -36,12 +36,13 @@ "doctype": "Desk Page", "idx": 0, "label": "Non Profit", - "modified": "2020-03-02 17:24:38.325487", + "modified": "2020-03-02 19:35:52.105204", "modified_by": "Administrator", "module": "Non Profit", "name": "Non Profit", "owner": "Administrator", "pin_to_bottom": 0, "pin_to_top": 0, + "restrict_to_domain": "Non Profit", "shortcuts": [] } \ No newline at end of file diff --git a/erpnext/selling/desk_page/retail/retail.json b/erpnext/selling/desk_page/retail/retail.json index 63009e33cd..713fd62bb4 100644 --- a/erpnext/selling/desk_page/retail/retail.json +++ b/erpnext/selling/desk_page/retail/retail.json @@ -14,12 +14,13 @@ "doctype": "Desk Page", "idx": 0, "label": "Retail", - "modified": "2020-03-02 17:24:38.534530", + "modified": "2020-03-02 19:36:03.915954", "modified_by": "Administrator", "module": "Selling", "name": "Retail", "owner": "Administrator", "pin_to_bottom": 0, "pin_to_top": 0, + "restrict_to_domain": "Retail", "shortcuts": [] } \ No newline at end of file