mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-22 13:05:43 -05:00
[FR] - List: Table Filter settings persistent #2137
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 @vikunja-bot on GitHub (Apr 1, 2025).
Original issue by PewQuadrat on 2022-07-19T10:54:19.000Z
Hello,
the Filter settings within the Table view are not persistent
Steps to Reproduce
Until here the behaviour is correct (imho)
Expections
The Filter settings are persistent
As always: Behaviour tested and reproduced on try
Original issue on Gitea
@kolaente commented on 2022-07-19T11:55:01.000Z:
I would not consider this a bug, it's just not implemented. The filters are not persisted in the other views either.
PewQuadrat commented on 2022-07-19T19:06:57.000Z:
I think, the behaviour is then at least not consitant.
The Lists List and Gantt only have only the property Require all filters to be true for a task to show up whereas Table and Kanban also have Show Done Tasks enabled by default.
I think in the first step I would remove the Show Done Tasks. In the second step, I would extend the functionality similiar to the saved Filter in Namespaces. So you could save differente search parameter.
Greetings