Browse Source

fix: Give select permission to 'All' for workflow state (#15044)

version-14
Shariq Ansari 3 years ago
committed by GitHub
parent
commit
57614e9a6e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      frappe/workflow/doctype/workflow_state/workflow_state.json

+ 5
- 1
frappe/workflow/doctype/workflow_state/workflow_state.json View File

@@ -112,7 +112,7 @@
"issingle": 0,
"istable": 0,
"max_attachments": 0,
"modified": "2017-02-20 13:33:44.011509",
"modified": "2021-11-22 17:56:40.495232",
"modified_by": "Administrator",
"module": "Workflow",
"name": "Workflow State",
@@ -137,6 +137,10 @@
"share": 1,
"submit": 0,
"write": 1
},
{
"role": "All",
"select": 1
}
],
"quick_entry": 1,


Loading…
Cancel
Save