- fixed displaying statuses in the filter for tables;

- added redirect to dashboard upon changing current company;
This commit is contained in:
Vitalii Kiiko
2025-02-17 16:03:03 +01:00
parent 810ffd2a81
commit 4773eff552
5 changed files with 17 additions and 8 deletions

View File

@@ -102,7 +102,8 @@ const InstructorManagerMieDomandeTable = ({ userId = null, statuses = [] }) => {
evaluationEndDate: {
operator: FilterOperator.AND,
constraints: [{ value: null, matchMode: FilterMatchMode.DATE_IS }]
}
},
status: { operator: FilterOperator.OR, constraints: [{ value: null, matchMode: FilterMatchMode.EQUALS }] }
});
};