Skip to content

Commit

Permalink
fix: Apply address all perm only if owner
Browse files Browse the repository at this point in the history
(cherry picked from commit bac5f76)
  • Loading branch information
ankush committed Oct 11, 2023
1 parent d371d59 commit f6105df
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion frappe/contacts/doctype/address/address.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"icon": "fa fa-map-marker",
"idx": 5,
"links": [],
"modified": "2020-10-21 16:14:37.284830",
"modified": "2023-10-11 11:48:26.954934",
"modified_by": "Administrator",
"module": "Contacts",
"name": "Address",
Expand Down Expand Up @@ -208,6 +208,14 @@
"set_user_permissions": 1,
"share": 1,
"write": 1
},
{
"create": 1,
"if_owner": 1,
"print": 1,
"read": 1,
"role": "All",
"write": 1
}
],
"search_fields": "country, state",
Expand Down

0 comments on commit f6105df

Please sign in to comment.