chengzhipengczp opened a new pull request, #322: URL: https://github.com/apache/fineract-backoffice-ui/pull/322
## What and why Use the maker-checker POST endpoint with the `reject` command when rejecting checker-inbox tasks. 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: - `postMakercheckersAuditId(id, 'reject')` is called. - `deleteMakercheckersAuditId()` is not called. - Success notification is shown. - Checker inbox refreshes after rejection. Checks passed locally: - `npm test -- --watch=false --browsers=ChromeHeadless` - `npm run lint` - `npm run i18n:check` - `npm run check:icons` - `npm run build` - `scripts/check-license.sh` - `git diff --check` Generated API files were not modified. -- 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]
