implemented deletion of tasks

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-07-27 12:46:16 +02:00
parent e6516f3b8d
commit ac45517d7f
15 changed files with 105 additions and 31 deletions

View File

@@ -421,7 +421,7 @@ CREATE TABLE IF NOT EXISTS {0} ( {1} VARCHAR(255) PRIMARY KEY, {2} VARCHAR(255)
.execute(db);
return settings;
} catch (SQLException e){
throw new UmbrellaException(HTTP_SERVER_ERROR,"Failed to update customer settings");
throw new UmbrellaException("Failed to update customer settings");
}
}