mirror of
https://github.com/steedos/steedos-platform
synced 2024-11-23 17:42:48 +00:00
#2413 supplier简档普通用户设置中没有“我的资料”菜单,同时也没办法编辑个人资料和密码
This commit is contained in:
parent
93be0c3451
commit
e91ee42b09
@ -12,6 +12,7 @@ admin_menus:
|
||||
permission_sets:
|
||||
- user
|
||||
- customer
|
||||
- supplier
|
||||
expanded: false
|
||||
mobile: false
|
||||
sort: 100
|
||||
@ -20,6 +21,7 @@ admin_menus:
|
||||
permission_sets:
|
||||
- user
|
||||
- customer
|
||||
- supplier
|
||||
parent: account
|
||||
object_name: users
|
||||
mobile: false
|
||||
|
@ -402,6 +402,21 @@ permission_set:
|
||||
- contact_id
|
||||
- position
|
||||
- sort_no
|
||||
supplier:
|
||||
allowCreate: false
|
||||
allowDelete: false
|
||||
allowEdit: true
|
||||
allowRead: true
|
||||
modifyAllRecords: false
|
||||
viewAllRecords: false
|
||||
uneditable_fields:
|
||||
- profile
|
||||
- password_expired
|
||||
- organizations
|
||||
- manager
|
||||
- contact_id
|
||||
- position
|
||||
- sort_no
|
||||
relatedList:
|
||||
- objectName: flow_positions
|
||||
filters: !!js/function |
|
||||
|
Loading…
Reference in New Issue
Block a user