fix(issues): allow priority+status change for assignees, dynamic owner transitions, kanban droppable columns; feat(persoenliche-ausruestung): configurable zustand

This commit is contained in:
Matthias Hochmeister
2026-04-16 14:08:05 +02:00
parent 2fe0db6d9a
commit e56075f38a
9 changed files with 183 additions and 114 deletions

View File

@@ -13,6 +13,7 @@ export interface PersoenlicheAusruestung {
artikel_id?: number;
artikel_bezeichnung?: string;
artikel_kategorie_name?: string;
artikel_kategorie_parent_name?: string;
user_id?: string;
user_display_name?: string;
benutzer_name?: string;