fix(quick actions): project filter

This commit is contained in:
kolaente 2023-08-29 09:34:08 +02:00
parent 1e19548563
commit 9fc829115f
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ function searchTasks() {
if (projectName !== null) {
const project = projectStore.findProjectByExactname(projectName)
if (project !== null) {
addFilter('projectId', project.id, 'equals')
addFilter('project_id', project.id, 'equals')
}
}