You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When going to the directory, selecting the ellipses, and selecting Undelete emails will take you to the undelete page. However, if you go to the next page, or use the combobox to select a page number, you end up at a 404 page. The starting undelete page has a URL of /manage/undelete/user, however, when navigating to the next page it will instead use /manage/undelete?page=2. The username is removed from the URL. If I edit the username back into the URL but append ?page=2 it will successfully display page 2.
How can we reproduce the problem?
I can reproduce the problem by doing the following steps:
Navigate to Directory -> Accounts
Select the ellipses next to the user and choose Undelete emails
Use the combobox to select a different page or use the Next/Prev buttons to select a different page
Version
v0.10.x
What database are you using?
FoundationDB
What blob storage are you using?
S3-compatible
Where is your directory located?
Internal
What operating system are you using?
Linux
Relevant log output
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What happened?
When going to the directory, selecting the ellipses, and selecting Undelete emails will take you to the undelete page. However, if you go to the next page, or use the combobox to select a page number, you end up at a 404 page. The starting undelete page has a URL of /manage/undelete/user, however, when navigating to the next page it will instead use /manage/undelete?page=2. The username is removed from the URL. If I edit the username back into the URL but append ?page=2 it will successfully display page 2.
How can we reproduce the problem?
I can reproduce the problem by doing the following steps:
Navigate to Directory -> Accounts
Select the ellipses next to the user and choose Undelete emails
Use the combobox to select a different page or use the Next/Prev buttons to select a different page
Version
v0.10.x
What database are you using?
FoundationDB
What blob storage are you using?
S3-compatible
Where is your directory located?
Internal
What operating system are you using?
Linux
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: