Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to base64 encode the current user's ID into the "My StaffPlan" URL #161

Closed
fermion opened this issue Apr 12, 2024 · 2 comments
Closed
Assignees

Comments

@fermion
Copy link
Collaborator

fermion commented Apr 12, 2024

The UI is expecting base64 encoded IDs in the URL. Change this URL to the correct route and encode the ID as a base64 value.

@fermion fermion self-assigned this Apr 12, 2024
@HankC138
Copy link
Collaborator

HankC138 commented Apr 15, 2024

I have changed this based on our conversation. Here is an example of what my own URI looks like.
It is still a JSON as the actionbar and views menus change based on if a project or a user are the current view so that is the reason for the URI having an object rather than a straight forward ID.
http://localhost:8080/people/%7B%22selectedUserId%22%3A%228%22%7D

image
here is the code snippet used to create the URI in the front end. If the backend could do this for the "myStaffPlan" link that would be great. Thank you.

@goinvo-actions-automation-bot

This issue may be stale. Please remove the stale-issue label if this is still relevant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

2 participants