fix(incidents): update detail dialog and PDF generation to prefer assigned_users over assigned_to for assignee

This commit is contained in:
ghotso
2025-08-18 23:55:26 +02:00
parent b164602ee5
commit b574073294
12 changed files with 2807 additions and 2463 deletions
@@ -22,7 +22,7 @@ export const updateIncidentStatus = async (id: string, status: string): Promise<
console.log(`Incident ${id} status updated successfully to ${status}`);
} catch (error) {
console.error('Error updating incident status:', error);ok gib mir die
console.error('Error updating incident status:', error);
throw error;
}
};