You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by na...@apache.org on 2016/08/12 03:06:30 UTC

[1/2] incubator-fineract git commit: commit for FINERACT-71 ('AuditReadPlatformServiceImpl.retrieveEntries' returns duplicate results for users without the 'ALL_FUNCTIONS' and 'CHECKER_SUPER_USER' permissions.)

Repository: incubator-fineract
Updated Branches:
  refs/heads/develop 7e6f764c7 -> f8f3f743c


commit for FINERACT-71 ('AuditReadPlatformServiceImpl.retrieveEntries' returns duplicate results for users without the 'ALL_FUNCTIONS' and 'CHECKER_SUPER_USER' permissions.)


Project: http://git-wip-us.apache.org/repos/asf/incubator-fineract/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-fineract/commit/4cfd56fa
Tree: http://git-wip-us.apache.org/repos/asf/incubator-fineract/tree/4cfd56fa
Diff: http://git-wip-us.apache.org/repos/asf/incubator-fineract/diff/4cfd56fa

Branch: refs/heads/develop
Commit: 4cfd56fa927e90f1666fe3e66b57032cf7a1aafd
Parents: 5647ffb
Author: Emmanuel Nnaa <em...@musoni.eu>
Authored: Mon Aug 8 14:49:52 2016 +0200
Committer: Emmanuel Nnaa <em...@musoni.eu>
Committed: Mon Aug 8 14:49:52 2016 +0200

----------------------------------------------------------------------
 .../fineract/commands/service/AuditReadPlatformServiceImpl.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/4cfd56fa/fineract-provider/src/main/java/org/apache/fineract/commands/service/AuditReadPlatformServiceImpl.java
----------------------------------------------------------------------
diff --git a/fineract-provider/src/main/java/org/apache/fineract/commands/service/AuditReadPlatformServiceImpl.java b/fineract-provider/src/main/java/org/apache/fineract/commands/service/AuditReadPlatformServiceImpl.java
index 6b2e58c..d754371 100755
--- a/fineract-provider/src/main/java/org/apache/fineract/commands/service/AuditReadPlatformServiceImpl.java
+++ b/fineract-provider/src/main/java/org/apache/fineract/commands/service/AuditReadPlatformServiceImpl.java
@@ -238,7 +238,7 @@ public class AuditReadPlatformServiceImpl implements AuditReadPlatformService {
             updatedExtraCriteria = " where aud.processing_result_enum = 2";
         }
 
-        updatedExtraCriteria += " order by aud.id";
+        updatedExtraCriteria += " group by aud.id order by aud.id";
 
         return retrieveEntries("makerchecker", updatedExtraCriteria, includeJson);
     }


[2/2] incubator-fineract git commit: Merge branch 'FINERACT-71' into develop

Posted by na...@apache.org.
Merge branch 'FINERACT-71' into develop


Project: http://git-wip-us.apache.org/repos/asf/incubator-fineract/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-fineract/commit/f8f3f743
Tree: http://git-wip-us.apache.org/repos/asf/incubator-fineract/tree/f8f3f743
Diff: http://git-wip-us.apache.org/repos/asf/incubator-fineract/diff/f8f3f743

Branch: refs/heads/develop
Commit: f8f3f743c5ff0384ba3e69a50e6645041ce3a889
Parents: 7e6f764 4cfd56f
Author: Nazeer Hussain Shaik <na...@confluxtechnologies.com>
Authored: Fri Aug 12 08:31:25 2016 +0530
Committer: Nazeer Hussain Shaik <na...@confluxtechnologies.com>
Committed: Fri Aug 12 08:31:25 2016 +0530

----------------------------------------------------------------------
 .../fineract/commands/service/AuditReadPlatformServiceImpl.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------