mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-09 07:13:35 -05:00
After modifying the name of a namespace, it has no lists (until refresh) #56
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 @canadaduane on GitHub (Jun 9, 2022).
On the left-hand panel, I can click the "..." button to see a menu of actions on a namespace. I choose "Edit" and change the name of the namespace. When I return, the lists under that namespace are gone and it says
(0)as the count.Before:

After:

Refreshing the page restores the lists to the newly renamed namespace. (In other words, this is only a bug that causes fear in the heart of the user, but does not actually do harm).
@kolaente commented on GitHub (Jun 11, 2022):
Can you reproduce this on try?
@canadaduane commented on GitHub (Jun 11, 2022):
On the
tryserver, I get a different result: the name changes and the list remains, but there is an error message along with a success message:@kolaente commented on GitHub (Jun 12, 2022):
That bug should be fixed with
aadf75c7bf.