This commit is contained in:
parent
cd783ebbbe
commit
d1bb78fa1e
1 changed files with 1 additions and 2 deletions
|
|
@ -214,8 +214,7 @@ public class TradingClearingRegistryListValidationConfig {
|
|||
ImdgPredicateBuilder pb = tradingClearingRegistryListImdg.predicateBuilder();
|
||||
ImdgPredicate query = pb.and(
|
||||
pb.equals("status", WorkflowStatus.Active.getKey()),
|
||||
pb.equals("currency", byIdObject.getCurrency()),
|
||||
pb.equals("tradingClearingRegistryId", tkrId));
|
||||
pb.equals("currency", byIdObject.getCurrency()));
|
||||
if (idGetter != null) {
|
||||
Long id = idGetter.apply(validatedObject);
|
||||
if (id == null) // never
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue