mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-09 07:13:35 -05:00
After renaming a namespace, "Overview" shows the old name in front of tasks until you refresh. #5
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 @SteveDinn on GitHub (May 23, 2021).
To Reproduce
Without a hard refresh, the "Overview" view will show the old name in front of the tasks from that namespace.
Expected results
Whatever cache is holding the old name of the namespace should be updated or invalidated when a namespace is renamed. The Overview should always show up-to-date names for namespaces.
@kolaente commented on GitHub (May 24, 2021):
Yup, that sounds like a bug.
Can you reproduce this on try?
@SteveDinn commented on GitHub (May 24, 2021):
Yes. I was able to reproduce it.
@SteveDinn commented on GitHub (May 25, 2021):
Should I have been writing these on https://kolaente.dev/vikunja/frontend/issues instead?
I think this is basically the same bug but I just noticed that when you delete a namespace, it remains on the left-hand side until you refresh.
@kolaente commented on GitHub (May 25, 2021):
Reporting issues here is fine, but the development happens mostly in the Gitea repo. There may be one reported over there already but I'll try to keep these in sync.
@kolaente commented on GitHub (May 26, 2021):
The namespace name isn't even shown in the overview but I'm assuming you mean the list? Because that does not properly update.
This one:

@kolaente commented on GitHub (May 26, 2021):
Should be fixed in
9d818921a7- A new unstable release with a fix will be automatically released in ~30min. Feel free to reopen if the issue persists.@SteveDinn commented on GitHub (May 26, 2021):
Yes, you're right. I meant thelist name. Still getting used to the terminology as a new user :)
But also the far left-hand side where namespaces are listed. If you delete a namespace, it doesn't go away from the far left side until you refresh. It seems like a very similar bug.
@kolaente commented on GitHub (May 26, 2021):
Yup, that's the same category of bug. Fixed in
9c799ab161Sometimes all that's needed to catch these rather obvious bugs is the eyes of a new user :)