Espo version: 8.2.2, 8.1.5
Espo log: clear
Browser console: attachment
Steps:
1. Define global action handler clientDefs/Global.json
2. Go to portal user detail view - error
If remove "acl" key - all ok.
In the other view also all ok with "acl" key.
It’s not critical, because if the user gets to and reads the card, then he has reading rights, but if access like editing rights is needed, it’s worse.
Espo log: clear
Browser console: attachment
Steps:
1. Define global action handler clientDefs/Global.json
Code:
"menu":{ "detail":{ "buttons": [ "__APPEND__", { "name": "bookmarking", "action": "bookmarking", "label": "\uD83D\uDD16", "hidden": false, "acl": "read", "data": { "handler": "favorite" } } ]}}
If remove "acl" key - all ok.
In the other view also all ok with "acl" key.
It’s not critical, because if the user gets to and reads the card, then he has reading rights, but if access like editing rights is needed, it’s worse.
Comment