From 5d9be7366b72064f758e4dc79f0eda3a1a36f404 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 23:12:40 +0530 Subject: [PATCH] fix: remove public access to list items (backport #45838) * fix: remove public access to list items (cherry picked from commit 2bd596ee3d98d418ea74105eb49604df64877b8f) # Conflicts: # erpnext/stock/doctype/item/item.json * fix: resolve conflict --------- Co-authored-by: CaseSolved Co-authored-by: Sagar Vora <16315650+sagarvora@users.noreply.github.com> --- erpnext/stock/doctype/item/item.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/erpnext/stock/doctype/item/item.json b/erpnext/stock/doctype/item/item.json index b9256c8ee56..29d59b4ce70 100644 --- a/erpnext/stock/doctype/item/item.json +++ b/erpnext/stock/doctype/item/item.json @@ -1,6 +1,5 @@ { "actions": [], - "allow_guest_to_view": 1, "allow_import": 1, "allow_rename": 1, "autoname": "field:item_code", @@ -897,10 +896,9 @@ "icon": "fa fa-tag", "idx": 2, "image_field": "image", - "index_web_pages_for_search": 1, "links": [], "make_attachments_public": 1, - "modified": "2024-01-08 18:09:30.225085", + "modified": "2025-02-03 23:43:57.253667", "modified_by": "Administrator", "module": "Stock", "name": "Item",