From 4e61d569ac6214dbde76f8c07dd62f9c40774a85 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Fri, 8 Nov 2024 14:57:11 +0530 Subject: [PATCH] fix: ignore user type for instructor field in course and batch form --- frontend/src/pages/BatchForm.vue | 1 + frontend/src/pages/CourseForm.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/frontend/src/pages/BatchForm.vue b/frontend/src/pages/BatchForm.vue index 865ae7f2..771cbfd7 100644 --- a/frontend/src/pages/BatchForm.vue +++ b/frontend/src/pages/BatchForm.vue @@ -83,6 +83,7 @@ v-model="instructors" doctype="User" :label="__('Instructors')" + :filters="{ ignore_user_type: 1 }" />