fix: add Translator role to Translation DocType (#33297)
This commit is contained in:
parent
c108a80cdf
commit
272abfbd4c
1 changed files with 13 additions and 1 deletions
|
|
@ -101,6 +101,18 @@
|
|||
"role": "System Manager",
|
||||
"share": 1,
|
||||
"write": 1
|
||||
},
|
||||
{
|
||||
"create": 1,
|
||||
"delete": 1,
|
||||
"email": 1,
|
||||
"export": 1,
|
||||
"print": 1,
|
||||
"read": 1,
|
||||
"report": 1,
|
||||
"role": "Translator",
|
||||
"share": 1,
|
||||
"write": 1
|
||||
}
|
||||
],
|
||||
"sort_field": "creation",
|
||||
|
|
@ -108,4 +120,4 @@
|
|||
"states": [],
|
||||
"title_field": "source_text",
|
||||
"track_changes": 1
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue