RowActionDefs on listView

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • item
    Active Community Member
    • Mar 2017
    • 1505

    RowActionDefs on listView

    Hello,

    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"
        
    ], 
    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


    Attached Files
    If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​
  • yuri
    Member
    • Mar 2014
    • 8679

    #2
    Unfortunately, currently it does not work for the User.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment


    • item
      item commented
      Editing a comment
      Thanks Yuri,
      i am very happy so.. with or without
Working...