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

get_launch_ui_url returns incorrect url in some cases #192

Closed
dagansandler opened this issue Sep 14, 2022 · 1 comment
Closed

get_launch_ui_url returns incorrect url in some cases #192

dagansandler opened this issue Sep 14, 2022 · 1 comment
Labels

Comments

@dagansandler
Copy link
Contributor

Describe the bug

The returned URL is sometimes incorrect, and while it leads to the correct launch, navigation is broken.
This is somewhat a bug in RP UI, but can easily be averted when building the URL.

  1. When running in mode="DEBUG" the launch url should be https://rp.company.com/ui/#project/userdebug/all/73327 but is instead returned as https://rp.company.com/ui/#project/launches/all/73327

  2. If the project name was set using upper case letters the returned url is https://rp.company.com/ui/#PROJECT/launches/all/73327 but this seems to break navigation as the project name should be lowercased.

HardNorth added a commit that referenced this issue Sep 15, 2022
@HardNorth
Copy link
Member

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

No branches or pull requests

2 participants