fix: add Translator role to Translation DocType (#33297)

This commit is contained in:
El-Shafei H. 2025-07-14 09:55:06 +03:00 committed by GitHub
parent c108a80cdf
commit 272abfbd4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
}
}