Skip to content

PIMS Release v6.3.1-122.7#5334

Merged
JamesPayer merged 68 commits into
masterfrom
test
Jun 11, 2026
Merged

PIMS Release v6.3.1-122.7#5334
JamesPayer merged 68 commits into
masterfrom
test

Conversation

@asanchezr

Copy link
Copy Markdown
Collaborator

No description provided.

arimarajan9 and others added 30 commits May 1, 2026 08:52
ETL Release 6.1 and 6.2 items
# Conflicts:
#	source/frontend/src/features/acquisition/list/AcquisitionFilter/AcquisitionFilter.test.tsx
#	source/frontend/src/features/projects/list/ProjectFilter/ProjectFilter.test.tsx
#	source/frontend/src/features/projects/list/ProjectListView.test.tsx
- Added smoke-test project & setup
eddherrera and others added 21 commits May 28, 2026 22:58
PSP-11586 : FT: Checklists - when using the header checklist and the user saves, changes are not saved.
PSP-11192 : DEV: When a user doesn't have a specific region on their access but chooses on a map a property from that region and creates a file, the backend gives a 403 error.
PSP-5677: List-view Tables: Filter projects and research by Created By
# Conflicts:
#	source/backend/entities/Models/ProjectFilter.cs
#	source/frontend/src/features/projects/interfaces.ts
#	source/frontend/src/features/projects/list/ProjectFilter/ProjectFilter.test.tsx
#	source/frontend/src/features/projects/list/ProjectFilter/ProjectFilter.tsx
#	source/frontend/src/features/projects/list/ProjectFilter/models/ProjectFilterModel.ts
#	source/frontend/src/features/projects/list/ProjectListView.tsx
PSP-11374: Add team member role to team member search
…PIMS API) (#5332)

* Refactor logging configuration: move settings from appsettings to a separate logging.json file

* Refactor database context configuration: enable sensitive data logging only in local environment

* Increment hotfix number

* Linting

import * as API from '@/constants/API';
import { MultiSelectOption } from '@/interfaces/MultiSelectOption';
import { IUsersFilter } from '@/interfaces';

import { LeaseListView } from './LeaseListView';
import { mockLookups } from '@/mocks/lookups.mock';
import { IPaginateParams } from '@/constants/API';
import { LeaseListView } from './LeaseListView';
import { mockLookups } from '@/mocks/lookups.mock';
import { IPaginateParams } from '@/constants/API';
import { IUsersFilter } from '@/interfaces';
@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
3 Security Hotspots
6.6% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

predicate = predicate.And(disp => disp.PimsDispositionFileTeams.Any(x => x.PersonId == filter.TeamMemberPersonId.Value));
}

if (filter.TeamMemberOrganizationId.HasValue)
predicateBuilder = predicateBuilder.And(l => l.PimsLeaseLicenseTeams.Any(lt => lt.PersonId == filter.LeaseTeamPersonId.Value));
}

if (filter.LeaseTeamOrganizationId.HasValue)
}

if (filter.TeamMemberOrganizationId.HasValue)
if(!string.IsNullOrWhiteSpace(filter.TeamMemberProfileTypeCode) && filter.TeamMemberOrganizationId.HasValue)
if(filter.TeamMemberPersonId.HasValue)
{
query = query.Where(x => x.PimsProjectPeople.Any(x => x.PersonId == filter.TeamMemberPersonId.Value));
}

if (filter.ActiveOnly == true)
{
query = query.Where(u => u.IsDisabled == false);
@github-actions

Copy link
Copy Markdown
Contributor

See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/5334

1 similar comment
@github-actions

Copy link
Copy Markdown
Contributor

See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/5334

@JamesPayer JamesPayer left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PROD Env Release 6.3.1-122.7

@JamesPayer JamesPayer merged commit e746843 into master Jun 11, 2026
37 of 44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants