feat: add linked item management to action updates in SWOT analysis
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 5s

This commit is contained in:
Julien Froidefond
2025-12-15 13:34:09 +01:00
parent 0cf7437efe
commit d735e1c4c5
3 changed files with 87 additions and 1 deletions

View File

@@ -183,6 +183,7 @@ export async function updateAction(
description?: string;
priority?: number;
status?: string;
linkedItemIds?: string[];
}
) {
const session = await auth();