Hello guys, a simple question.
Non admin user in Smart View wants to check the permissions for a node. Use case - execute command on a node (I know node ID) and context.
How can I verify that user has Edit Attributes permission for a node?
// HINT - We are using V2 api. We could switch to v1 API but it is more load for a server
// HINT - Properties command has to do it somehow cause it decides what fields in the form will be active. So there is a way. :)