Skip to content

Commit

Permalink
fix: allow read permission for crm settings
Browse files Browse the repository at this point in the history
  • Loading branch information
shariquerik committed Dec 30, 2024
1 parent c073206 commit 38b4c37
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion crm/fcrm/doctype/fcrm_settings/fcrm_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"index_web_pages_for_search": 1,
"issingle": 1,
"links": [],
"modified": "2024-12-27 22:17:52.337109",
"modified": "2024-12-30 19:03:51.898913",
"modified_by": "Administrator",
"module": "FCRM",
"name": "FCRM Settings",
Expand All @@ -76,6 +76,13 @@
"role": "System Manager",
"share": 1,
"write": 1
},
{
"email": 1,
"print": 1,
"read": 1,
"role": "All",
"share": 1
}
],
"sort_field": "creation",
Expand Down
1 change: 1 addition & 0 deletions frontend/src/components/Settings/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ const tabs = computed(() => {
component: markRaw(ERPNextSettings),
},
],
condition: () => isManager(),
},
]
Expand Down

0 comments on commit 38b4c37

Please sign in to comment.