Skip to content
Snippets Groups Projects
Verified Commit 42826b4b authored by Timm Fitschen's avatar Timm Fitschen
Browse files

Merge branch 'f-grpc-f-multi-retrieve' into f-grpc-f-update

parents 78024180 9e8479f4
Branches
Tags
2 merge requests!44Release 0.6,!43Merge f-GRPC-main to dev
Pipeline #11298 passed
......@@ -457,7 +457,9 @@ public class EntityTransactionServiceImpl extends EntityTransactionServiceImplBa
if (!e.getValue().isBlank()) {
result.setValue(getValue(e.getValue()));
}
result.setStatementStatus(e.getImportance().isBlank() ? null : e.getImportance());
if (!e.getImportance().isBlank()) {
result.setStatementStatus(e.getImportance());
}
return result;
}
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment