FINERACT-2502: Resolve the issue 403 Forbidden error when a client is missing a profile image#5532
FINERACT-2502: Resolve the issue 403 Forbidden error when a client is missing a profile image#5532ibhoomi16 wants to merge 1 commit intoapache:developfrom
Conversation
|
@ibhoomi16 the Commit message and the PR message must be "FINERACT-2502: Resolve the issue 403 Forbidden error when a client is missing a profile image". Remove any other Jira ticket unrelaed to this one. Link to Apache Fineract Jira ticket https://issues.apache.org/jira/browse/FINERACT-2502 Make sure that you are including a Test class and please sign your commit. |
d0019c2 to
c9e819b
Compare
57cc32c to
1292bde
Compare
|
I have updated the PR as requested. |
89ac848 to
fa4c79c
Compare
|
Run './gradlew :fineract-document:spotlessApply' to fix these violations. |
… missing a profile image
fa4c79c to
cf2b788
Compare
|
@ibhoomi16 please make sure that you got a Signed Commit: All committers already have PGP/GPG keys, so just make sure you're also signing commits. You can add this to your ~/.gitconfig (or equivalent) to do it automatically: [commit] Upload your public key to github to make the verified badges green. More info: FINERACT-2177, PR #5431. Hints: 1) try it locally before pushing. 2) have git run it for you: Create .git/hooks/pre-push with: #!/bin/sh Be sure to make that script executable. |
Description
This PR resolves the issue where a "403 Forbidden" error alert appears on the UI when a client is missing a profile image.
Jira Ticket: FINERACT-2502
Changes:
Changes:
Verification:
Checklist