Announcement

Collapse
No announcement yet.

set the description of the process user task to be readonly

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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

  • #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...
    X