Социальный педагог
This commit is contained in:
@@ -160,7 +160,7 @@ async function filterUsers() {
|
||||
|
||||
try {
|
||||
if (taskType === 'document' || taskType === 'it' || taskType === 'ahch' ||
|
||||
taskType === 'psychologist' || taskType === 'speech_therapist' ||
|
||||
taskType === 'psychologist' || taskType === 'speech_therapist' || taskType === 'Social_educator' ||
|
||||
taskType === 'hr' || taskType === 'certificate' || taskType === 'e_journal') {
|
||||
|
||||
// Фильтруем по поиску
|
||||
@@ -178,6 +178,7 @@ async function filterUsers() {
|
||||
'ahch': 'АХЧ',
|
||||
'psychologist': 'психолог',
|
||||
'speech_therapist': 'логопед',
|
||||
'Social_educator': 'Социальный педагог',
|
||||
'hr': 'Диспетчер',
|
||||
'certificate': 'Администрация',
|
||||
'e_journal': 'Админ ЭЖ'
|
||||
@@ -325,6 +326,7 @@ function getUserTypeLabel(user, taskType) {
|
||||
'ahch': '(АХЧ)',
|
||||
'psychologist': '(Психолог)',
|
||||
'speech_therapist': '(Логопед)',
|
||||
'Social_educator': '(Социальный педагог)',
|
||||
'hr': '(Диспетчер)',
|
||||
'certificate': '(Администрация)',
|
||||
'e_journal': '(Админ ЭЖ)'
|
||||
|
||||
Reference in New Issue
Block a user