Skip to content

Commit 53ab5a7

Browse files
committed
Update useMenu.ts
1 parent 5d03217 commit 53ab5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/composables/useMenu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function useMenu(identityStateStore, identityAffectationStore) {
101101
{
102102
icon: 'mdi-account-switch-outline',
103103
label: 'Fusionnées',
104-
path: '/identities?sort[metadata.lastUpdatedAt]=desc&skip=0&filters[^inetOrgPerson.employeeType]=/FUSION/',
104+
path: '/identities?sort[metadata.lastUpdatedAt]=desc&skip=0&filters[!:primaryEmployeeNumber]=null',
105105
color: 'primary',
106106
part: 'Etats',
107107
},

0 commit comments

Comments
 (0)