started backend translations
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -270,7 +270,7 @@ CREATE TABLE IF NOT EXISTS {0} (
|
||||
public Task load(long taskId) throws UmbrellaException {
|
||||
var map = load(List.of(taskId));
|
||||
var task = map.get(taskId);
|
||||
if (task == null) throw UmbrellaException.notFound("No task found for id {0}",taskId);
|
||||
if (task == null) throw UmbrellaException.notFound("no_task_for_id",taskId);
|
||||
return task;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user