Skip to content

Commit

Permalink
Merge pull request frappe#22604 from deepeshgarg007/address_contact_perm
Browse files Browse the repository at this point in the history
  • Loading branch information
surajshetty3416 authored Oct 2, 2023
2 parents 4b0326a + 99bec22 commit c519239
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
21 changes: 18 additions & 3 deletions 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-02 11:58:04.982763",
"modified_by": "Administrator",
"module": "Contacts",
"name": "Address",
Expand Down Expand Up @@ -206,9 +206,24 @@
"role": "System Manager",
"share": 1,
"write": 1
},
{
"create": 1,
"delete": 1,
"email": 1,
"export": 1,
"if_owner": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "All",
"share": 1,
"write": 1
}
],
"quick_entry": 1,
"search_fields": "country, state",
"sort_field": "modified",
"sort_order": "DESC"
}
"sort_order": "DESC",
"states": []
}
11 changes: 7 additions & 4 deletions frappe/contacts/doctype/contact/contact.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
"image_field": "image",
"index_web_pages_for_search": 1,
"links": [],
"modified": "2022-10-27 10:40:50.097481",
"modified": "2023-10-02 12:00:27.299156",
"modified_by": "Administrator",
"module": "Contacts",
"name": "Contact",
Expand Down Expand Up @@ -381,15 +381,18 @@
"write": 1
},
{
"permlevel": 1,
"create": 1,
"delete": 1,
"if_owner": 1,
"read": 1,
"report": 1,
"role": "All"
"role": "All",
"write": 1
}
],
"show_title_field_in_link": 1,
"sort_field": "modified",
"sort_order": "ASC",
"states": [],
"title_field": "full_name"
}
}

0 comments on commit c519239

Please sign in to comment.