mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-22 13:05:43 -05:00
Task relation keyboard shortcut doesn’t work after creating first task relation. #151
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @perfectra1n on GitHub (Aug 27, 2023).
Description
No response
Vikunja Frontend Version
0.21.0
Vikunja API Version
0.21.0
Browser and version
No response
Can you reproduce the bug on the Vikunja demo site?
Yes
Screenshots
No response
@kolaente commented on GitHub (Aug 27, 2023):
The relations are already shown at that point. What should the shortcut do instead?
@perfectra1n commented on GitHub (Aug 27, 2023):
Hi @kolaente,
Understood, fair point. However since this is what happens after hitting

ron a new task:I was expecting this menu to open again after hitting

ragain, after assigning the first related task:Since
ris more or less "unbound" at that point since relations are already open, perhaps rebinding it to open the "New Task Relation" window wouldn't be too harmful?@kolaente commented on GitHub (Aug 29, 2023):
Should be fixed with
5630c90dee- please check with the next unstable build if the solution works for you.