feat: Refactor task management to support recursive parent-child relationships and update database schema

This commit is contained in:
2026-03-01 11:39:28 +01:00
parent f6ba7ebc36
commit fc97a990fb
7 changed files with 179 additions and 47 deletions

View File

@@ -135,6 +135,7 @@ class MailToTaskImporter
$client_id = $this -> resolveClientIdBySenderDomain( $sender );
$task_id = \factory\Tasks::task_save(
null,
null,
null,
self::TASK_USER_ID,