Skip to content

Commit c3c86fb

Browse files
committed
Project enrollment screen uses projectAllowMultipleEnrollments filter
1 parent a460be0 commit c3c86fb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/dialogs/ProjectEnrollmentDialog.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ function ProjectEnrollmentDialog({
106106
'isDeleted: false',
107107
'status: ACTIVE',
108108
`villageOrChildOf: ${decodeId(project.location.id)}`,
109+
`projectAllowsMultipleEnrollments: "${project.id}"`,
109110
`first: ${newPageSize}`,
110111
`offset: ${offset}`,
111112
];

0 commit comments

Comments
 (0)