-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Using global shortcut for tasks, page redirects to wrong URL #6523
Comments
Hey @BOHEUS started working on it. |
we need to fix this in two places -> also when we are opening CommandMenu CMD+K it has same issue with G + T |
@BOHEUS I noticed that on other gotohotkeys
|
I'll leave this decision to the @CoreTeamTwenty |
Thanks @BOHEUS for spotting this (and the other bugs!) |
@BOHEUS @FelixMalfait This happens same with /objects/notes (blankpage without view queryparam) - will fix too, lets see if we can make some reusable code for this - inorder to avoid it in future. |
Scenario:
Actual: Redirected URL is
http://localhost:3001/tasks
Expected: Redirected URL must be
http://localhost:3001/objects/tasks?view=10817448-f640-4f39-b5de-22edbef01a3a
Note: URL can't be
http://localhost:3001/objects/tasks
because it gives blank page, when user normally clicks on 'Tasks' button, page automatically redirects to the 'By status' sub-pageThe text was updated successfully, but these errors were encountered: