set the description of the process user task to be readonly

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Vincent
    Senior Member
    • May 2017
    • 178

    #1

    set the description of the process user task to be readonly

    Hi, i see the processusertask in entity manage page is not editable. how can i set the description of the process user task to be read-only? Thanks
  • Vincent
    Senior Member
    • May 2017
    • 178

    #2
    Found the solution. Add BpmnUserTask.json to custom\Espo\Custom\Resources\metadata\entityDefs
    and add
    "description": {
    "type": "text",
    "readOnly": true
    },
    Last edited by Vincent; 05-09-2018, 02:06 AM.

    Comment

    Working...