mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-08 23:03:29 -05:00
[PR #1643] Fix/filter persistence table #1642
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?
📋 Pull Request Information
Original PR: https://github.com/go-vikunja/vikunja/pull/1643
Author: @kolaente
Created: 10/11/2025
Status: 🔄 Open
Base:
main← Head:fix/filter-persistence-table📝 Commits (10+)
4052d5efix(table): make sure filters are not reset in table view when loading url with filter query6975077feat(kanban): add filter tests12cb937feat(list): add filter tests30992deverify kanban8ce91b0verify liste300d6fverify tablea6e46e4url list58a1f21url kanban35f7e91url kanban03f9d8cfix: improve E2E test reliability for URL filter/search parameters📊 Changes
5 files changed (+419 additions, -4 deletions)
View changed files
📝
frontend/cypress/e2e/project/project-view-kanban.spec.ts(+83 -0)📝
frontend/cypress/e2e/project/project-view-list.spec.ts(+83 -0)📝
frontend/cypress/e2e/project/project-view-table.spec.ts(+83 -0)➕
frontend/cypress/support/filterTestHelpers.ts(+170 -0)📝
frontend/src/components/project/views/ProjectTable.vue(+0 -4)📄 Description
Resolves https://github.com/go-vikunja/vikunja/issues/1478
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.