andrea-patricelli commented on a change in pull request #304:
URL: https://github.com/apache/syncope/pull/304#discussion_r795672540



##########
File path: core/logic/src/main/java/org/apache/syncope/core/logic/TaskLogic.java
##########
@@ -188,9 +189,9 @@
                     type, resourceDAO.find(resource), 
notificationDAO.find(notification), anyTypeKind, entityKey);
 
             List<T> result = taskDAO.findAll(
-                    type, resourceDAO.find(resource), 
notificationDAO.find(notification), anyTypeKind, entityKey,
-                    page, size, orderByClauses).stream().
-                    <T>map(task -> binder.getTaskTO(task, 
taskUtilsFactory.getInstance(type), details)).
+                            type, resourceDAO.find(resource), 
notificationDAO.find(notification), anyTypeKind, entityKey,

Review comment:
       This has been reverted with 97328cb2d7229fcecf889294ee51fda5edd443ce 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to