Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
web-et-numerique
Factory
Resin
Server
Compare revisions
05c76de787270e24a5d3fa5a07cedc1c5ce5581f to 8a41b8069476397dd27aaa1ced712e035e7e3faf
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
web-et-numerique/factory/pamn_plateforme-des-acteurs-de-la-mediation-numerique/pamn_server
Select target project
No results found
8a41b8069476397dd27aaa1ced712e035e7e3faf
Select Git revision
Swap
Target
web-et-numerique/factory/pamn_plateforme-des-acteurs-de-la-mediation-numerique/pamn_server
Select target project
web-et-numerique/factory/pamn_plateforme-des-acteurs-de-la-mediation-numerique/pamn_server
1 result
05c76de787270e24a5d3fa5a07cedc1c5ce5581f
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
fix(annuaire): missing withAppointment
· 44df0080
Pierre Ecarlat
authored
1 year ago
44df0080
Merge branch 'bug/annuaire/rdv-missing-icon' into 'dev'
· 8a41b806
Pierre Ecarlat
authored
1 year ago
fix(annuaire): missing withAppointment See merge request
!362
8a41b806
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/users/services/userRegistry.service.ts
+2
-3
2 additions, 3 deletions
src/users/services/userRegistry.service.ts
with
2 additions
and
3 deletions
src/users/services/userRegistry.service.ts
View file @
8a41b806
...
@@ -58,9 +58,8 @@ export class UserRegistryService {
...
@@ -58,9 +58,8 @@ export class UserRegistryService {
.
find
({
email
:
{
$ne
:
process
.
env
.
MAIL_CONTACT
}
})
.
find
({
email
:
{
$ne
:
process
.
env
.
MAIL_CONTACT
}
})
.
where
(
'
emailVerified
'
)
.
where
(
'
emailVerified
'
)
.
equals
(
true
)
.
equals
(
true
)
.
populate
(
'
employer
'
)
.
populate
(
'
employer job
'
)
.
populate
(
'
job
'
)
.
select
(
'
name surname employer job _id withAppointment
'
)
.
select
(
'
name surname employer job _id
'
)
.
limit
(
limit
)
.
limit
(
limit
)
.
collation
({
locale
:
'
fr
'
})
.
collation
({
locale
:
'
fr
'
})
.
sort
({
surname
:
1
})
.
sort
({
surname
:
1
})
...
...
This diff is collapsed.
Click to expand it.