fix permissions

This commit is contained in:
Matthias Hochmeister
2026-03-25 07:54:40 +01:00
parent 59140939df
commit 5ceae7c364
6 changed files with 3 additions and 334 deletions

View File

@@ -68,17 +68,6 @@ export interface AssignableMember {
name: string;
}
export interface IssueStatusmeldung {
id: number;
titel: string;
inhalt: string | null;
schwere: 'info' | 'warnung' | 'fehler';
aktiv: boolean;
erstellt_von: string | null;
created_at: string;
updated_at: string;
}
export interface IssueStatusDef {
id: number;
schluessel: string;