fix: batch instructor should be linked to evaluator

This commit is contained in:
Jannat Patel
2025-06-05 12:58:12 +05:30
parent eb9b1c905d
commit 1a1cbd6ea1
6 changed files with 33 additions and 7 deletions

View File

@@ -23,10 +23,10 @@
/>
<MultiSelect
v-model="instructors"
doctype="User"
doctype="Course Evaluator"
:label="__('Instructors')"
:required="true"
:onCreate="(close) => openSettings('Members', close)"
:onCreate="(close) => openSettings('Evaluators', close)"
:filters="{ ignore_user_type: 1 }"
/>
</div>