Skip to content

Commit

Permalink
Fix #561: ActivationId missing in listActivationFlags
Browse files Browse the repository at this point in the history
  • Loading branch information
romanstrobl committed Apr 13, 2021
1 parent 158c0c7 commit 6095739
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public ListActivationFlagsResponse listActivationFlags(String activationId) thro
// Rollback is not required, error occurs before writing to database
throw localizationProvider.buildExceptionForCode(ServiceError.ACTIVATION_NOT_FOUND);
}
response.setActivationId(activationId);
response.getActivationFlags().addAll(activation.getFlags());
return response;
}
Expand Down

0 comments on commit 6095739

Please sign in to comment.