mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 00:46:45 +00:00
Co-authored-by: cocojojo5213 <cocojojo5213@users.noreply.github.com>
This commit is contained in:
parent
eb5f353021
commit
06a17b4b9b
1 changed files with 6 additions and 1 deletions
|
|
@ -165,7 +165,12 @@ export class AddTaskBarIssueSearchService {
|
|||
item.issueType,
|
||||
this._workContextService.activeWorkContextId as string,
|
||||
);
|
||||
TaskLog.log(res);
|
||||
TaskLog.log('Issue search existing task result', {
|
||||
hasMatch: !!res,
|
||||
taskId: res?.task.id,
|
||||
isFromArchive: res?.isFromArchive,
|
||||
subTaskCount: res?.subTasks?.length ?? 0,
|
||||
});
|
||||
if (!res) {
|
||||
return await this._issueService.addTaskFromIssue({
|
||||
issueProviderKey: item.issueType,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue