feat: rename lists to projects #2697

Closed
konrad wants to merge 53 commits from feature/rename-lists-to-projects into main
1 changed files with 1 additions and 3 deletions
Showing only changes of commit 7a392d1347 - Show all commits

View File

@ -341,9 +341,7 @@ export const useTaskStore = defineStore('task', () => {
{ project: projectName, projectId }:
{ project: string, projectId: IProject['id'] }) {
let foundProjectId = null
console.log('find', {projectName, projectId})
// Uses the following ways to get the project id of the new task:
konrad marked this conversation as resolved Outdated

Here is some leftover

Here is some leftover

whoops, removed.

whoops, removed.
// 1. If specified in quick add magic, look in store if it exists and use it if it does
if (typeof projectName !== 'undefined' && projectName !== null) {