Skip to content

Commit

Permalink
fix(UX): make Item attachments public by default (backport #32196) (#…
Browse files Browse the repository at this point in the history
…32197)

fix(UX): make Item attachments public by default (#32196)

(cherry picked from commit fffc245)

Co-authored-by: Ankush Menat <ankush@frappe.io>
  • Loading branch information
mergify[bot] and ankush authored Sep 13, 2022
1 parent 027e66f commit 2c4867c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion erpnext/e_commerce/doctype/website_item/website_item.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,8 @@
"image_field": "website_image",
"index_web_pages_for_search": 1,
"links": [],
"modified": "2022-06-28 17:10:30.613251",
"make_attachments_public": 1,
"modified": "2022-09-13 04:05:11.614087",
"modified_by": "Administrator",
"module": "E-commerce",
"name": "Website Item",
Expand Down
3 changes: 2 additions & 1 deletion erpnext/stock/doctype/item/item.json
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,8 @@
"image_field": "image",
"index_web_pages_for_search": 1,
"links": [],
"modified": "2022-09-12 15:00:10.130340",
"make_attachments_public": 1,
"modified": "2022-09-13 04:08:17.431731",
"modified_by": "Administrator",
"module": "Stock",
"name": "Item",
Expand Down

0 comments on commit 2c4867c

Please sign in to comment.