Changes related to the response of the Dashboard Widget for Super Admin API.
This commit is contained in:
@@ -179,7 +179,8 @@ public class DashboardDao {
|
||||
stats.put(GepafinConstant.APPLICATION_PER_CALL, applicationsPerCall.stream().map(result -> {
|
||||
Map<String, Object> callData = new HashMap<>();
|
||||
callData.put(GepafinConstant.CALL_NAME, result[0]); // Call name
|
||||
callData.put(GepafinConstant.NUMBER_OF_APPLICATIONS, result[1]); // Application count
|
||||
callData.put(GepafinConstant.NUMBER_OF_APPLICATIONS, result[1]);// Application count
|
||||
callData.put(GepafinConstant.NUMBER_OF_DRAFT_APPLICATIONS, result[2]);// Application count
|
||||
return callData;
|
||||
}).toList());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user