We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abcc789 commit 465ec55Copy full SHA for 465ec55
builder-api/src/main/java/org/acme/controller/CustomBenefitResource.java
@@ -300,8 +300,9 @@ public Response addCheckToBenefit(
300
Benefit benefit = benefitOpt.get();
301
302
// Create CheckConfig snapshot from the EligibilityCheck
303
+ String newCheckConfigId = UUID.randomUUID().toString();
304
CheckConfig checkConfig = new CheckConfig(
- check.getId(),
305
+ newCheckConfigId,
306
check.getName(),
307
check.getVersion(),
308
check.getModule(),
0 commit comments