[GH-ISSUE #2010] Filter by project, must replace project title on every filter edit. #6522

Closed
opened 2026-04-20 17:07:19 -05:00 by GiteaMirror · 7 comments
Owner

Originally created by @shannohakkinen on GitHub (Dec 19, 2025).
Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/2010

Description

in project filters. 2 related issues
issue 1, I cannot type or type and select the project. the pop up window comes up and gives me choices, but if I select one it fills in with the project name and whatever I had typed. example the 1st screenshot, I replaced a project with another project and it does this. Also, does the same thing from scratch.
I have to type the project # and then select the project for this to work. this is true across all projects.
issue 2. when I edit a filter with projects I have to re type the number for one of my "projects in". example screenshot I simply put a space at the end of the filter and tried to save, resulting in the following error. so far I can only recreate this with my "Work To Do" project. but I have not tested it with all my projects.

Vikunja Version

Version: v1.0.0-rc3

Browser and version

safari Version 18.6 (20621.3.11.11.3)

Can you reproduce the bug on the Vikunja demo site?

No

Screenshots

Image Image
Originally created by @shannohakkinen on GitHub (Dec 19, 2025). Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/2010 ### Description in project filters. 2 related issues issue 1, I cannot type or type and select the project. the pop up window comes up and gives me choices, but if I select one it fills in with the project name and whatever I had typed. example the 1st screenshot, I replaced a project with another project and it does this. Also, does the same thing from scratch. I have to type the project # and then select the project for this to work. this is true across all projects. issue 2. when I edit a filter with projects I have to re type the number for one of my "projects in". example screenshot I simply put a space at the end of the filter and tried to save, resulting in the following error. so far I can only recreate this with my "Work To Do" project. but I have not tested it with all my projects. ### Vikunja Version Version: v1.0.0-rc3 ### Browser and version safari Version 18.6 (20621.3.11.11.3) ### Can you reproduce the bug on the Vikunja demo site? No ### Screenshots <img width="694" height="826" alt="Image" src="https://github.com/user-attachments/assets/883b3299-a189-467e-a6c4-2424fb7561aa" /> <img width="1286" height="613" alt="Image" src="https://github.com/user-attachments/assets/b3746b9d-d0a4-4cb5-8ad3-988dc3eb45ff" />
GiteaMirror added the area/frontendarea/filters labels 2026-04-20 17:07:20 -05:00
Author
Owner

@coderabbitai[bot] commented on GitHub (Dec 19, 2025):

📝 CodeRabbit Plan Mode

Generate an implementation plan and prompts that you can use with your favorite coding agent.

  • Create Plan
Examples

🔗 Similar Issues

Possible Duplicates

Related Issues

👤 Suggested Assignees

🧪 Issue enrichment is currently in open beta.

You can configure auto-planning by selecting labels in the issue_enrichment configuration.

To disable automatic issue enrichment, add the following to your .coderabbit.yaml:

issue_enrichment:
  auto_enrich:
    enabled: false

💬 Have feedback or questions? Drop into our discord or schedule a call!

<!-- gh-comment-id:3676050478 --> @coderabbitai[bot] commented on GitHub (Dec 19, 2025): <!-- This is an auto-generated issue plan by CodeRabbit --> ### 📝 CodeRabbit Plan Mode Generate an implementation plan and prompts that you can use with your favorite coding agent. - [ ] <!-- {"checkboxId": "8d4f2b9c-3e1a-4f7c-a9b2-d5e8f1c4a7b9"} --> Create Plan <details> <summary>Examples</summary> - [Example 1](https://github.com/coderabbitai/git-worktree-runner/issues/29#issuecomment-3589134556) - [Example 2](https://github.com/coderabbitai/git-worktree-runner/issues/12#issuecomment-3606665167) </details> --- <details> <summary><b>🔗 Similar Issues</b></summary> **Possible Duplicates** - https://github.com/go-vikunja/vikunja/issues/1395 **Related Issues** - https://github.com/go-vikunja/vikunja/issues/1645 - https://github.com/go-vikunja/vikunja/issues/1989 </details> <details> <summary><b>👤 Suggested Assignees</b></summary> - [scosu](https://github.com/scosu) - [langerdennis](https://github.com/langerdennis) - [IAMSamuelRodda](https://github.com/IAMSamuelRodda) </details> --- <details> <summary> 🧪 Issue enrichment is currently in open beta.</summary> You can configure auto-planning by selecting labels in the issue_enrichment configuration. To disable automatic issue enrichment, add the following to your `.coderabbit.yaml`: ```yaml issue_enrichment: auto_enrich: enabled: false ``` </details> 💬 Have feedback or questions? Drop into our [discord](https://discord.gg/coderabbit) or [schedule a call](https://calendly.com/parth-coderabbit/issues-feedback)!
Author
Owner

@kolaente commented on GitHub (Dec 19, 2025):

Does this only happen when editing filters or when creating new ones as well?

<!-- gh-comment-id:3676168759 --> @kolaente commented on GitHub (Dec 19, 2025): Does this only happen when editing filters or when creating new ones as well?
Author
Owner

@shannohakkinen commented on GitHub (Dec 19, 2025):

both. I am noticing that it mainly effects my "Work To Do" project.

<!-- gh-comment-id:3676185972 --> @shannohakkinen commented on GitHub (Dec 19, 2025): both. I am noticing that it mainly effects my "Work To Do" project.
Author
Owner

@kolaente commented on GitHub (Dec 19, 2025):

can you verify this happens only with that project?

<!-- gh-comment-id:3676188654 --> @kolaente commented on GitHub (Dec 19, 2025): can you verify this happens only with that project?
Author
Owner

@shannohakkinen commented on GitHub (Dec 19, 2025):

confirmed, I also tried renaming the project to "Work_To_Do", with the same results.
additional note having it insert a "," after the project name isn't ideal, but then again my filter looks a like "project in Home To Do || project in... I'm just now finding the coma separated syntax for project in, which is easier and makes sense.

<!-- gh-comment-id:3676228414 --> @shannohakkinen commented on GitHub (Dec 19, 2025): confirmed, I also tried renaming the project to "Work_To_Do", with the same results. additional note having it insert a "," after the project name isn't ideal, but then again my filter looks a like "project in Home To Do || project in... I'm just now finding the coma separated syntax for project in, which is easier and makes sense.
Author
Owner

@kolaente commented on GitHub (Dec 19, 2025):

And you can't reproduce it on the demo?

<!-- gh-comment-id:3676237430 --> @kolaente commented on GitHub (Dec 19, 2025): And you can't reproduce it on the demo?
Author
Owner

@vikunja-bot-app[bot] commented on GitHub (Jan 10, 2026):

This issue has been fixed in #2012, please check with the next unstable build (should be ready for deployment in ~30min, also on the demo).

<!-- gh-comment-id:3733563691 --> @vikunja-bot-app[bot] commented on GitHub (Jan 10, 2026): This issue has been fixed in #2012, please check with the next unstable build (should be ready for deployment in ~30min, also on [the demo](https://try.vikunja.io)).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#6522