openMF / web-self-service-app

Web app for clients to access and directly interact with their own accounts using Apache Fineract Self-Service APIs
http://openmf.github.io/web-self-service-app/
MIT License
33 stars 107 forks source link

Third party transfer fails due to wrong controller being used #151

Closed aasaru closed 5 years ago

aasaru commented 5 years ago

Description

When confirming a Third Party Transfer following error occurs: validation.msg.accounttransfer.null.invalid.to.account.details

Steps to reproduce

  1. Start a new Third Party Transfer
  2. fill in details
  3. click "Review details"
  4. click "Transfer now"

Expected Behaviour

Successful transfer

Actual Behaviour

Error "validation.msg.accounttransfer.null.invalid.to.account.details" is returned

Settings:

-Browser used: Google Chrome

Screenshots/GIFs, if any:

screenshot 2019-02-04 at 14 34 40

What is the problem about:

tpt.component.js uses the wrong controller ("ReviewTransferDialogCtrl"), it should use "ReviewTPTDialogCtrl" that also passes needed query param ?type=tpt to back-end.

I would like to fix this issue myself.

aasaru commented 5 years ago

I would like to work on this issue