diff --git a/src/pages/DashboardPreInstructor/components/DomandeTablePreInstructorAsync/index.js b/src/pages/DashboardPreInstructor/components/DomandeTablePreInstructorAsync/index.js index 72c210a..6870a7e 100644 --- a/src/pages/DashboardPreInstructor/components/DomandeTablePreInstructorAsync/index.js +++ b/src/pages/DashboardPreInstructor/components/DomandeTablePreInstructorAsync/index.js @@ -50,7 +50,8 @@ const DomandeTablePreInstructorAsync = ({ userId = null, statuses = [] }) => { companyName: { value: null, matchMode: 'contains' }, submissionDate: { value: null, matchMode: 'dateIs' }, evaluationEndDate: { value: null, matchMode: 'dateIs' }, - applicationStatus: { value: null, matchMode: 'equals' } + applicationStatus: { value: null, matchMode: 'equals' }, + assignedUserName: { value: null, matchMode: 'equals' } } }); @@ -242,6 +243,8 @@ const DomandeTablePreInstructorAsync = ({ userId = null, statuses = [] }) => { } }, [lazyState]); + console.log(items) + return (
{ style={{ minWidth: '8rem' }} filterMatchModeOptions={translationStrings.dateFilterOptions} body={dateEndBodyTemplate} filter filterElement={dateFilterTemplate}/> + { ApplicationService.getApplicationsPaginated(paginationQuery, getCallback, errGetCallbacks); }, [lazyState, updaterString]); + return (