[
https://issues.apache.org/jira/browse/FINERACT-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Vorburger resolved FINERACT-122.
----------------------------------------
Resolution: Fixed
[~natashan] fixed this; thanks!!
> Add clientId, officeId and groupId to the "CommandProcessingResultBuilder"
> object in "LoanRescheduleRequestWritePlatformServiceImpl class"
> ------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: FINERACT-122
> URL: https://issues.apache.org/jira/browse/FINERACT-122
> Project: Apache Fineract
> Issue Type: Improvement
> Reporter: Emmanuel Nnaa
> Assignee: Michael Vorburger
> Priority: Minor
> Labels: beginner, starter
> Fix For: 1.4.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Add clientId, officeId and groupId to the "CommandProcessingResultBuilder"
> object in "LoanRescheduleRequestWritePlatformServiceImpl class"
> {code}
> return new
> CommandProcessingResultBuilder().withCommandId(jsonCommand.commandId()).withEntityId(loanRescheduleRequest.getId())
> .withLoanId(loan.getId()).withClientId(loan.getClientId())
> .withOfficeId(loan.getOfficeId()) //
> .withGroupId(loan.getGroupId()) //
> .build();
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)