fix(quick actions): project filter
This commit is contained in:
parent
1e19548563
commit
9fc829115f
@ -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')
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user