Skip to content

Commit 3755e7f

Browse files
committed
Fixed Enabling Online Archiving
Fixed Issue mentioned here: KelvinTegelaar#1655
1 parent 52e674f commit 3755e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/identity/administration/UserActions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default function UserActions({ tenantDomain, userId, userEmail, className
5454
onClick: () =>
5555
handleModal(
5656
'Are you sure you want to enable the online archive for this user?',
57-
`/api/ExecEnableArchive?TenantFilter=${tenantDomain}&ID=${userEmail}`,
57+
`/api/ExecEnableArchive?TenantFilter=${tenantDomain}&ID=${userId}`,
5858
),
5959
},
6060
{

0 commit comments

Comments
 (0)