chengzhipengczp opened a new pull request, #323: URL: https://github.com/apache/fineract-backoffice-ui/pull/323
## What and why Use the maker-checker reject command endpoint instead of deleting audit entries. The rejection handler previously called the DELETE endpoint, which removed the maker-checker audit entry instead of recording the rejection. Closes #280 ## Verification Added a regression test covering the rejection behavior. Verified that: - reject uses `postMakercheckersAuditId(id, 'reject')` - delete endpoint is not called - success notification is shown - inbox refreshes after rejection Tests passed locally: - npm test - npm run lint -- 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]
