Corrected a problem related to getting the corporate of a user

This commit is contained in:
Tiago Ribeiro
2024-08-28 09:57:00 +01:00
parent ec67f91263
commit 99039f8bf3
3 changed files with 48 additions and 31 deletions

View File

@@ -10,7 +10,7 @@ import {v4} from "uuid";
import {checkAccess} from "@/utils/permissions";
import {CEFR_STEPS} from "@/resources/grading";
import {getCorporateUser} from "@/resources/user";
import {getUserCorporate} from "@/utils/groups";
import {getUserCorporate} from "@/utils/groups.be";
import {Grading} from "@/interfaces";
import {getGroupsForUser} from "@/utils/groups.be";
import {uniq} from "lodash";