Hello,
i can add in client metadata Scope.json this
So i have in list view : see print-screen 1
but in User entity listView, out-of-box we have : see print-screen 2
My goal is to have like "User entity + print".. only View + Edit + Print. (not Remove)
I have search where in metadata User.json but not find.
Where i have wrong ?
Best Regards
i can add in client metadata Scope.json this
PHP Code:
"rowActionDefs": {
"print": {
"label": "Print",
"handler": "custom:handlers/list-row-action-print",
"acl": "edit"
}
},
"rowActionList": [
"__APPEND__",
"print"
],
but in User entity listView, out-of-box we have : see print-screen 2
My goal is to have like "User entity + print".. only View + Edit + Print. (not Remove)
I have search where in metadata User.json but not find.
Where i have wrong ?
Best Regards
Comment