We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c95b7 commit e5c057eCopy full SHA for e5c057e
1 file changed
server/src/main/java/access/api/ConnectionController.java
@@ -289,6 +289,7 @@ private Connection productionReadyChangeRequests(Connection connection, User use
289
List<Map<String, Object>> existingChangeRequests = manage.getChangeRequests(Environment.PROD, connection);
290
List<ChangeRequest> allChangeRequests = connectionProviderConverter.deduceChangeRequests(connection, provider);
291
List<ChangeRequest> changeRequests = filterExistingChangeRequestDuplicates(existingChangeRequests, allChangeRequests);
292
+ //Now we need to ensure that previous change requests, with the same pathUpdate and value a List, does not
293
if (!changeRequests.isEmpty()) {
294
String entityId = (String) ((Map) provider.get("data")).get("entityid");
295
String summary = String.format("Data change requested by %s for %s with entityID %s",
0 commit comments