allow to assign automatically current user on new work package

This commit is contained in:
2024-03-15 23:10:21 +01:00
parent 8da5d6ed87
commit 34f6eac006
17 changed files with 310 additions and 92 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#[derive(Debug)]
pub struct GeneralError {
pub(crate) description: String,
}