adamsaghy commented on PR #5578: URL: https://github.com/apache/fineract/pull/5578#issuecomment-4054294036
> > I am still not seeing what was the issue. > > For datatables where the relation is 1 to 1, the client id is the PK for the datatable entry as well. Why would it be an issues if the clientId and resourceId are matching? What if both are id:2 or 12... > > Can you help me to understand why you think it is incorrect? Also removing ids from the response sounds really not recommended approach. Why should we clear them? > > Sorry, it’s probably my fault. I assumed that since the [FINERACT-1371](https://issues.apache.org/jira/browse/FINERACT-1371) ticket was created and currently exists in Jira, the issue “response.resourceId is always the same as response.clientId” is relevant here. Is that correct? If the client and the datatable is 1 to 1 relation, clientId and resourceId will be the same. If the client and the datatable relation is 1 to Many, it might be different. -- 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]
