Skip to content

Commit

Permalink
UIDATIMP-1665: Exclude bulk edit job execution entries from viall all…
Browse files Browse the repository at this point in the history
… logs page
  • Loading branch information
OleksandrHladchenko1 committed Oct 25, 2024
1 parent 89e407c commit 8e69f68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/routes/ViewAllLogs/ViewAllLogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ import {
fileNameCellFormatter,
jobProfileNameCellFormatter,
useCheckboxList,
BULK_EDIT_JOB_PROFILE_NAME,
} from '../../utils';
import {
FILTERS,
Expand Down Expand Up @@ -103,6 +104,8 @@ export const getLogsQuery = (_q, _p, resourceData, _l, props) => {
filtersValues[FILTERS.ERRORS] = [COMMITTED, ERROR, CANCELLED];
}

filtersValues.excludeJobProfileName = BULK_EDIT_JOB_PROFILE_NAME;

let adjustedQueryValue = { ...queryValue };
if (splitStatus?.hasLoaded) {
if (splitStatus.records[0].splitStatus) {
Expand Down

0 comments on commit 8e69f68

Please sign in to comment.